Skip to content
Zed

KiCad Copilot for Zed

io.github.biosshot/kicad-copilot

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

client:Zed transport:stdio runtime:npm

Install KiCad Copilot in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

KiCad Copilot in other clients