kicad-mcp

Draganito/kicad-mcp
★ 0 stars Rust API Integration Updated today
Mini MCP server that drives a running KiCad 10 PCB editor from Cursor over the official IPC API. LCSC/EasyEDA footprints for JLCPCB.
View on GitHub → 🔍 Audit Wallet Slippage →

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": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "kicad-mcp"
      ]
    }
  }
}