KiCad MCP Pro runs on your own machine — the client starts it, so there is no endpoint to ping. 3 467 installs a week from pypi. Last commit 3 Aug 2026.
Production-grade MCP server for KiCad EDA—PCB design, DRC, simulation, BOM, DFM, and manufacturing.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add kicad-mcp-pro -- npx -y kicad-mcp-pro
{
"mcpServers": {
"kicad-mcp-pro": {
"args": [
"-y",
"kicad-mcp-pro"
],
"command": "npx"
}
}
}
[mcp_servers.kicad-mcp-pro]
command = "npx"
args = ["-y", "kicad-mcp-pro"]
{
"mcpServers": {
"kicad-mcp-pro": {
"args": [
"-y",
"kicad-mcp-pro"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"kicad-mcp-pro": {
"args": [
"-y",
"kicad-mcp-pro"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.