pConAI/Documentation
Back to main page

Client Setup (Cursor & Claude)

Connecting pConAI to your favorite AI assistant or IDE is incredibly straightforward thanks to our MCP compliance.

Cursor IDE Setup

If you are using Cursor, you can add our server directly in your settings.

  1. Open Cursor Settings (Gear Icon)
  2. Navigate to Features > MCP
  3. Click + Add New MCP Server
  4. Set the Type to sse
  5. Set the URL to https://api.pconai.com/mcp
  6. Click Save

Cursor will automatically fetch all our architectural and catalog tools. You can now prompt Cursor to "Add a Herman Miller chair to the scene" and it will execute the command directly!

Claude Desktop Setup

To use pConAI inside Claude Desktop, you need to edit your configuration file.

  1. Open your Claude Desktop config file:
    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  2. Add the mcpServers block for pConAI:
{
  "mcpServers": {
    "pcon-agent": {
      "command": "npx",
      "args": [
        "-y",
        "@pconai/mcp-server"
      ]
    }
  }
}
  1. Restart Claude Desktop.
  2. Look for the hammer/plug icon indicating that the tools are successfully loaded.

[!NOTE] Ensure you have Node.js installed if you are using the npx command for Claude Desktop.