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.
- Open Cursor Settings (Gear Icon)
- Navigate to Features > MCP
- Click + Add New MCP Server
- Set the Type to
sse - Set the URL to
https://api.pconai.com/mcp - 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.
- Open your Claude Desktop config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
- Add the
mcpServersblock for pConAI:
{
"mcpServers": {
"pcon-agent": {
"command": "npx",
"args": [
"-y",
"@pconai/mcp-server"
]
}
}
}
- Restart Claude Desktop.
- 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
npxcommand for Claude Desktop.