Skip to content
Grok

aidc mcp server for Grok

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

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

client:Grok transport:stdio runtime:npm

Install aidc mcp server in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

aidc mcp server in other clients