HomeDesign & Media › KiCad MCP Pro

KiCad MCP Pro

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

Python
★ 102 stars Last pushed 2026-09-24 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 3.34.8)

uvx kicad-mcp-pro

Or add to your MCP client config:

{
  "mcpServers": {
    "kicad-mcp-pro": {
      "command": "uvx",
      "args": [
        "kicad-mcp-pro"
      ],
      "env": {
        "KICAD_MCP_LOG_LEVEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • KICAD_MCP_LOG_LEVEL — Logging level (DEBUG, INFO, WARNING, ERROR)

This server takes extra arguments — see its repository.

Package (npm 3.34.8)

npx -y kicad-mcp-pro@3.34.8

Or add to your MCP client config:

{
  "mcpServers": {
    "kicad-mcp-pro": {
      "command": "npx",
      "args": [
        "-y",
        "kicad-mcp-pro@3.34.8"
      ],
      "env": {
        "KICAD_MCP_PRO_PYPI_VERSION": "<YOUR_VALUE>"
      }
    }
  }
}
  • KICAD_MCP_PRO_PYPI_VERSION — Override the Python package version pinned by the npm wrapper

This server takes extra arguments — see its repository.

Package (oci)

docker run -i --rm ghcr.io/oaslananka/kicad-mcp-pro:3.34.8

Or add to your MCP client config:

{
  "mcpServers": {
    "kicad-mcp-pro": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/oaslananka/kicad-mcp-pro:3.34.8"
      ]
    }
  }
}

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry