SERVER
KiCad MCP Pro
Rank #768io.github.oaslananka/kicad-mcp-pro
Production-grade MCP server for KiCad EDA—PCB design, DRC, simulation, BOM, DFM, and manufacturing.
First listed
Apr 15, 2026
Last publish date
Jul 8, 2026
OVERVIEW
KiCad MCP Pro is a Model Context Protocol (MCP) server published by oaslananka. It ranks #768 of 76,851 servers tracked on MCP Toplist, and its repository has 26 GitHub stars. KiCad MCP Pro is listed on Official MCP, with 8 tracked versions. It was first listed on Apr 15, 2026 and most recently updated on Jul 8, 2026.
STANDING
#768of 76,851 tracked serversTop 1%
Ranks ahead of 76,083 of 76,851 servers on MCP Toplist.
CONNECT
Use KiCad MCP Pro
Add KiCad MCP Pro to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
Python package (PyPI)
{
"mcpServers": {
"kicad-mcp-pro": {
"command": "uvx",
"args": [
"kicad-mcp-pro"
],
"env": {
"KICAD_MCP_LOG_LEVEL": "<your KICAD_MCP_LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
npm package
{
"mcpServers": {
"kicad-mcp-pro": {
"command": "npx",
"args": [
"-y",
"kicad-mcp-pro"
],
"env": {
"KICAD_MCP_PRO_PYPI_VERSION": "<your KICAD_MCP_PRO_PYPI_VERSION>"
}
}
}
}Replace each placeholder with your own value before saving.
Docker image
{
"mcpServers": {
"kicad-mcp-pro": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/oaslananka/kicad-mcp-pro:3.22.2"
]
}
}
}REGISTRIES
Listed on 1 registry
ORGANIZATION
oaslananka
MORE FROM THIS PUBLISHER
Other servers by oaslananka
- easyeda-mcp-pro#1,367 · 5 vers
- SSH MCP Tool#2,629 · 7 vers
- Infra Lens#7,858 · 1 ver
- MCP Debug Recorder#8,300 · 1 ver
- MCP Health Monitor#8,684 · 2 vers
- MCP Infra Lens#8,685 · 2 vers
- notebooklm-mcp-pro#9,854
- MCP Composer#11,737 · 1 ver
- ssh-mcp-pro#13,052 · 1 ver
- reflow-mcp#38,283
VERSIONS
Available versions (8)
| Version | Published |
|---|---|
| 3.22.2 | Jul 8, 2026 |
| 3.19.1 | Jul 7, 2026 |
| 3.16.0 | Jul 1, 2026 |
| 3.11.0 | Jun 17, 2026 |
| 3.9.2 | Jun 14, 2026 |
| 3.9.0 | Jun 7, 2026 |
| 3.7.4 | Jun 4, 2026 |
| 2.1.0 | Apr 15, 2026 |
FAQ
Frequently asked questions
- Who maintains KiCad MCP Pro?
- KiCad MCP Pro is maintained by oaslananka, which publishes 13 MCP servers (30 total versions) tracked on MCP Toplist.
- Is KiCad MCP Pro listed on the Official MCP Registry?
- Yes — KiCad MCP Pro is listed on the Official MCP Registry.
- How many versions does KiCad MCP Pro have?
- MCP Toplist tracks 8 versions of KiCad MCP Pro, most recently published on Jul 8, 2026.
- Where can I find the source code for KiCad MCP Pro?
- The source code for KiCad MCP Pro is hosted at github.com/oaslananka/kicad-mcp-pro.
EXPLORE