Skip to content
Cursor

aidc mcp server for Cursor

io.github.aidc2026ai-melon/aidc-mcp-server

AIDC MCP for OPR/BOD sizing, validation, and rackPlan layout from the shared 3D graph.

client:Cursor transport:stdio runtime:npm

Install aidc mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "aidc-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "aidc-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

aidc mcp server in other clients