Skip to content
Zed

KiCad MCP Pro for Zed

io.github.oaslananka/kicad-mcp-pro

Production-grade MCP server for KiCad EDA—PCB design, DRC, simulation, BOM, DFM, and manufacturing.

client:Zed transport:stdio runtime:pypi

Install KiCad MCP Pro in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "kicad-mcp-pro": {
      "command": "uvx",
      "args": [
        "kicad-mcp-pro"
      ],
      "env": {
        "KICAD_MCP_LOG_LEVEL": "<KICAD_MCP_LOG_LEVEL>"
      }
    }
  }
}

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

KiCad MCP Pro in other clients