Odel
mcp kicad

mcp kicad

Local
@daedalusPythonMITUpdated 4mo ago

MCP server exposing KiCad PCB Editor functionality via IPC API

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-kicadv0.1.1

Run

uvx mcp-kicad

MCP client config

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