kicad_mcp_server_ipc

lmaag182/kicad_mcp_server_ipc
★ 0 stars Python API Integration Updated today
MCP server that controls a running KiCad 9+ instance via the official IPC API and kicad-python (kipy). Board edits appear immediately in the KiCad UI — no reload required. The server wraps the full Board + Project IPC surface available in kicad-python 0.7.1 (KiCad 10).
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kicad_mcp_server_ipc": {
      "command": "uvx",
      "args": [
        "kicad-mcp-server-ipc"
      ]
    }
  }
}

Or install with pip: pip install kicad-mcp-server-ipc