pcb-mcp
Integrates with KiCad to read and modify PCB designs via KiCad's IPC API, providing tools for board state queries, footprint placement, track and via creation, DRC, and manufacturing file export.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@pcb-mcpplace a capacitor at (50, 30) on the top layer"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
pcb-mcp
An MCP server that lets an AI assistant read and modify KiCAD PCB designs through KiCAD's IPC API.
Status
Pre-alpha. There is no working code yet. This is actively being built as a personal learning project and is not usable today. It is not installable.
Related MCP server: Coppermind
What it will do
The server exposes a small set of tools (20 or fewer) so an AI assistant can pick the right one reliably:
Query board state (layers, nets, footprints, tracks, zones)
Place and move footprints
Create tracks and vias
Run Design Rule Check (DRC)
Export manufacturing files (Gerbers, drill files, BOM)
Design decisions
Choice | Reason |
Python 3.11+ | Matches KiCAD plugin ecosystem, broad library support |
Official | Canonical implementation, stable as of 2026-07-28 |
| MIT-licensed, actively maintained, replaces deprecated SWIG |
KiCAD 10.0.x target | Current stable (10.0.5). IPC API first shipped in KiCAD 9 but matured in 10 |
PCB editor scope only | The IPC API has no schematic access today |
MIT license (out-of-process client) | No GPL entanglement because the server communicates over IPC, not linked to KiCAD |
Requirements
KiCAD 10.0.x installed and running with a board open. The IPC API needs a live GUI instance (headless mode is expected in KiCAD 11).
KiCAD API enabled in Preferences → API settings.
Python 3.11+
Only one IPC client can attach to a KiCAD instance at a time.
Development
This project follows a branch-and-pull-request workflow. The main branch is protected, and every change lands through a PR.
Detailed planning and research documents are kept locally and are not published in this repo. The README is the single source of project context for external readers.
License
MIT. See LICENSE.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceEnables natural language interaction with KiCad projects, schematics, and PCBs, supporting project management, design rule checking, netlist extraction, and datasheet RAG search.2MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to design PCBs in KiCAD through natural language, with transactional preview-verify-commit workflow, undo/redo, and an engineering knowledge base.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants like Claude to interact with KiCAD for PCB design automation, providing comprehensive tool schemas and real-time project state access.642MIT
- AlicenseCqualityCmaintenanceEnables LLMs to inspect, edit, analyze, and render PCB layouts in real-time using the KiCad IPC API, providing tools for board configuration, footprints, tracks, zones, nets, text, shapes, dimensions, exports, screenshots, and CLI automation.1001MIT
Related MCP Connectors
Agent-first CAD: editable .kcad.ts source, deterministic review, OpenCASCADE kernel.
Electronic component datasheets for AI agents — specs, pinouts, package data on demand.
DXF and PDF/X-4 for AI agents: structured facts, PNG renders, an interactive in-chat viewer.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Amagtoto/pcb-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server