Skip to main content
Glama

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 mcp SDK v2 (MCPServer, stdio transport)

Canonical implementation, stable as of 2026-07-28

kicad-python over the KiCAD IPC API

MIT-licensed, actively maintained, replaces deprecated SWIG pcbnew bindings

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.

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables natural language interaction with KiCad projects, schematics, and PCBs, supporting project management, design rule checking, netlist extraction, and datasheet RAG search.
    2
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI assistants to design PCBs in KiCAD through natural language, with transactional preview-verify-commit workflow, undo/redo, and an engineering knowledge base.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants like Claude to interact with KiCAD for PCB design automation, providing comprehensive tool schemas and real-time project state access.
    64
    2
    MIT
  • A
    license
    C
    quality
    C
    maintenance
    Enables 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.
    100
    1
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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