kicad-mcp

lamaalrajih/kicad-mcp
★ 402 stars Python Memory/Knowledge Updated 4mo ago ✓ Clean
Model Context Protocol server for KiCad on Mac, Windows, and Linux
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": "uvx",
      "args": [
        "kicad-mcp"
      ]
    }
  }
}

Or install with pip: pip install kicad-mcp