kicad-pro
v3.34.8KiCad MCP Pro plugin for schematic review, PCB design assistance, DRC/ERC validation, DFM checks, and manufacturing release workflows.
By oaslananka97 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 8 skill or MCP entries
- Source updated
- Sep 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install kicad-pro for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install kicad-pro@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/oaslananka/kicad-mcp-proClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/drc-check/SKILL.md├── skills/fabrication-output/SKILL.md├── skills/kicad-design-review/SKILL.md├── skills/pcb-design/SKILL.md├── skills/schematic-review/SKILL.md├── skills/visual-excellence/SKILL.md├── skills/wired-subcircuit-design/SKILL.md└── .mcp.json
Included Skills7
KiCad MCP workflow for ERC/DRC execution, issue triage, waiver review, and revalidation.
KiCad MCP manufacturing release workflow for Gerbers, drill files, BOM, pick-and-place, DFM, release evidence, and final human review.
Comprehensive KiCad design review skill covering schematic, PCB, DFM, manufacturing, high-speed, and simulation review workflows.
Safe KiCad PCB design assistance workflow using KiCad MCP board inspection, placement, routing, stackup, and quality-gate tools.
KiCad MCP schematic inspection and review workflow using ERC, connectivity, symbol, net, power, readability, and quality-gate tools.
Drive a KiCad schematic to a professional, cosmetically clean state through a score → fix → render → verify loop using KiCad MCP Pro cosmetic tools.
Build a genuinely wired, showcase-grade KiCad schematic with KiCad MCP Pro — wired sub-circuit islands plus a tidy label bus — instead of the correct-but-plain by-name-label output of auto layout.
MCP servers1
- command
- uvx
- args
- kicad-mcp-pro --transport stdio
- env.KICAD_MCP_TRANSPORT
- stdio
Plugin manifests1
{
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
"name": "kicad-pro",
"version": "3.34.8",
"description": "KiCad MCP Pro plugin for schematic review, PCB design assistance, DRC/ERC validation, DFM checks, and manufacturing release workflows.",
"skills": [
"./skills/kicad-design-review",
"./skills/pcb-design",
"./skills/drc-check",
"./skills/fabrication-output",
"./skills/schematic-review",
"./skills/visual-excellence",
"./skills/wired-subcircuit-design"
],
"author": {
"name": "oaslananka",
"url": "https://github.com/oaslananka"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[kicad-pro on Agent Plugins Marketplace](https://pluginsmp.com/plugins/kicad-pro)