MCP ConfigsMay 14, 2026·2 min read

kicad-mcp-pro — KiCad MCP Server (PCB/Schematics)

kicad-mcp-pro is an MCP server for KiCad PCB/schematic workflows; verified 120★ and ships a `uvx` quick start with `health` and `doctor` diagnostics.

Agent ready

Safe staging for this asset

This asset is staged first. The copied prompt tells the agent to inspect the staged files and ask before activating scripts, MCP config, or global config.

Stage only · 17/100Policy: stage
Agent surface
Any MCP/CLI agent
Kind
Mcp Config
Install
Stage only
Trust
Trust: Established
Entrypoint
Asset
Safe staging command
npx -y tokrepo@latest install 78c43cb2-75a6-5ea6-b7e5-126637ab3ceb --target codex

Stages files first; activation requires review of the staged README and plan.

Intro

kicad-mcp-pro is an MCP server for KiCad PCB/schematic workflows; verified 120★ and ships a uvx quick start with health and doctor diagnostics.

Best for: Hardware teams using agents to inspect KiCad projects, run checks, and automate repeatable PCB workflows

Works with: Python 3.12+ per README badge; MCP clients; requires project paths via env/config

Setup time: 8-18 minutes

Key facts (verified)

  • GitHub: 120 stars · 13 forks · pushed 2026-05-14.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: uvx kicad-mcp-pro serve.

Main

  • Run health --json and doctor --json before wiring into an agent so you can debug environment/path issues without opening KiCad.

  • Keep MCP config explicit: pass absolute project paths and a dedicated workspace root to avoid accidental edits outside the intended repo.

  • Start with read-only inspection and validation checks, then expand into edits/export only after you trust the safety gates.

Source-backed notes

  • README provides a uvx quick start including health --json, doctor --json, and serve commands.
  • README states health --json is safe when KiCad is not running and reports IPC as deferred instead of crashing.
  • README includes a minimal MCP config example and references integration docs for Claude Desktop/Code and other clients.

FAQ

  • Is this the canonical repo?: README mentions a canonical repo under oaslananka-lab/ and also a personal mirror; this asset cites the published mirror URL.
  • Do I need KiCad running?: Not for health --json; README says IPC checks are deferred when KiCad isn’t running.
  • How do I keep it safe?: Start read-only, scope paths explicitly, and add a review gate before allowing edit/export tools.
🙏

Source & Thanks

Source: https://github.com/oaslananka/kicad-mcp-pro > License: MIT > GitHub stars: 120 · forks: 13

Discussion

Sign in to join the discussion.
No comments yet. Be the first to share your thoughts.

Related Assets