Skip to content
Grok

KiCad Copilot for Grok

io.github.biosshot/kicad-copilot

File-oriented MCP server for KiCad schematics, PCB placement, routing, and pours.

client:Grok transport:stdio runtime:npm

Install KiCad Copilot in Grok

.mcp.json (in your project root)

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

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

KiCad Copilot in other clients