HomeDesign & Media › KiCad Copilot

KiCad Copilot

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

TypeScript
★ 13 stars Last pushed 2026-08-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.0)

npx -y kicad-copilot-mcp@0.1.0

Or add to your MCP client config:

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

Related servers

Data from the Official MCP Registry