Odel
KiCad Copilot

KiCad Copilot

Local
@biosshot5TypeScriptMITUpdated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmkicad-copilot-mcpv0.1.0

Run

npx -y kicad-copilot-mcp

MCP client config

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