Developer Protocol

Bring your own AI

pConAI is built on the open Model Context Protocol (MCP). Instead of being locked into our agent UI, you can connect any compatible LLM directly to your interior design workflow.

MCP Architecture Demonstration

Universal Compatibility

Connect Claude, Cursor, or your own custom agents directly to pCon.planner. If it supports the Model Context Protocol, it can control your 3D scenes natively.

Structured Schemas

Our MCP server exposes all 19 capabilities with strict, Zod-validated JSON schemas. Language models immediately understand parameter boundaries and OFML constraints.

Zero Integration Code

Simply point your MCP client to the pConAI server endpoint. The bridge handles all IPC communication, WebSockets, and Planner API marshaling in the background.

Ready to connect?

Start configuring your Cursor editor, Claude Desktop, or custom Python agent to control pCon.planner today.

"mcpServers": {
  "pconai": {
    "command": "node",
    "args": ["pcon-mcp/server.mjs"]
  }
}