What is the KiCad MCP Pro MCP server?
Production-grade MCP server for KiCad EDA—PCB design, DRC, simulation, BOM, DFM, and manufacturing.
How to install KiCad MCP Pro
Copy-paste configuration for popular MCP clients.
KICAD_MCP_LOG_LEVELLogging level (DEBUG, INFO, WARNING, ERROR)
KICAD_MCP_PRO_PYPI_VERSIONOverride the Python package version pinned by the npm wrapper
{
"mcpServers": {
"kicad-mcp-pro": {
"command": "npx",
"args": [
"-y",
"kicad-mcp-pro",
"-y"
],
"env": {
"KICAD_MCP_LOG_LEVEL": "<YOUR_KICAD_MCP_LOG_LEVEL>",
"KICAD_MCP_PRO_PYPI_VERSION": "<YOUR_KICAD_MCP_PRO_PYPI_VERSION>"
}
}
}
}{
"mcpServers": {
"kicad-mcp-pro": {
"command": "npx",
"args": [
"-y",
"kicad-mcp-pro",
"-y"
],
"env": {
"KICAD_MCP_LOG_LEVEL": "<YOUR_KICAD_MCP_LOG_LEVEL>",
"KICAD_MCP_PRO_PYPI_VERSION": "<YOUR_KICAD_MCP_PRO_PYPI_VERSION>"
}
}
}
}{
"mcpServers": {
"kicad-mcp-pro": {
"command": "npx",
"args": [
"-y",
"kicad-mcp-pro",
"-y"
],
"env": {
"KICAD_MCP_LOG_LEVEL": "<YOUR_KICAD_MCP_LOG_LEVEL>",
"KICAD_MCP_PRO_PYPI_VERSION": "<YOUR_KICAD_MCP_PRO_PYPI_VERSION>"
}
}
}
}{
"servers": {
"kicad-mcp-pro": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kicad-mcp-pro",
"-y"
],
"env": {
"KICAD_MCP_LOG_LEVEL": "<YOUR_KICAD_MCP_LOG_LEVEL>",
"KICAD_MCP_PRO_PYPI_VERSION": "<YOUR_KICAD_MCP_PRO_PYPI_VERSION>"
}
}
}
}claude mcp add kicad-mcp-pro --env KICAD_MCP_LOG_LEVEL=<YOUR_KICAD_MCP_LOG_LEVEL> --env KICAD_MCP_PRO_PYPI_VERSION=<YOUR_KICAD_MCP_PRO_PYPI_VERSION> -- npx -y kicad-mcp-pro -yRelated MCP servers
Aggregate multiple MCP backends behind a single stdio endpoint with namespaced routing.
View repository →MCP server for EasyEDA Pro: PCB inspection, BOM, exports, and hardware review.
View repository →Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage.
View repository →Monitor MCP server health, uptime, response times, and Azure DevOps pipeline status
View repository →SSH Linux metrics, baselines, anomaly detection, and plain-English infrastructure explanations.
View repository →Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP.
View repository →