← Back to browse

KiCad MCP Pro

Indexed by io.github.oaslananka

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsKICAD_MCP_LOG_LEVEL
Claude Code
claude mcp add --env KICAD_MCP_LOG_LEVEL= kicad-mcp-pro -- uvx kicad-mcp-pro
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"kicad-mcp-pro","command":"uvx","args":["kicad-mcp-pro"],"env":{"KICAD_MCP_LOG_LEVEL":""}}'
JSON
{
  "mcpServers": {
    "kicad-mcp-pro": {
      "command": "uvx",
      "args": [
        "kicad-mcp-pro"
      ],
      "env": {
        "KICAD_MCP_LOG_LEVEL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.