Home › Design & Media › KiCad MCP Pro
KiCad MCP Pro
Production-grade MCP server for KiCad EDA—PCB design, DRC, simulation, BOM, DFM, and manufacturing.
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
mcp-for-blender
MCP server for working with Blender
godot-mcp
A MCP server for interacting with the Godot game engine, providing tools for editing, running, debugging, and managing scenes in Godot…
openshorts
Turn long videos into viral vertical shorts and publish them to TikTok, Instagram and YouTube.
Unity-MCP
Make 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games.
Tolgee
Your app's translations in Tolgee: search keys, create translations, trigger machine translation
davinci-resolve-mcp
MCP server integration for DaVinci Resolve providing powerful tools for video editing, color grading, media management, and project control
Data from the Official MCP Registry