Agent Plugins Marketplace
All plugins

kicad-pro

v3.34.8

KiCad MCP Pro plugin for schematic review, PCB design assistance, DRC/ERC validation, DFM checks, and manufacturing release workflows.

Claude Code7 Skills1 MCP serverstdio

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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install kicad-pro@agent-plugin-marketplace

Paste 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-pro

Clone 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

kicad-pro/
├── .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

drc-checkskills/drc-check/SKILL.md

KiCad MCP workflow for ERC/DRC execution, issue triage, waiver review, and revalidation.

fabrication-outputskills/fabrication-output/SKILL.md

KiCad MCP manufacturing release workflow for Gerbers, drill files, BOM, pick-and-place, DFM, release evidence, and final human review.

kicad-design-reviewskills/kicad-design-review/SKILL.md

Comprehensive KiCad design review skill covering schematic, PCB, DFM, manufacturing, high-speed, and simulation review workflows.

pcb-designskills/pcb-design/SKILL.md

Safe KiCad PCB design assistance workflow using KiCad MCP board inspection, placement, routing, stackup, and quality-gate tools.

schematic-reviewskills/schematic-review/SKILL.md

KiCad MCP schematic inspection and review workflow using ERC, connectivity, symbol, net, power, readability, and quality-gate tools.

visual-excellenceskills/visual-excellence/SKILL.md

Drive a KiCad schematic to a professional, cosmetically clean state through a score → fix → render → verify loop using KiCad MCP Pro cosmetic tools.

wired-subcircuit-designskills/wired-subcircuit-design/SKILL.md

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

kicad-mcp-prostdio
command
uvx
args
kicad-mcp-pro --transport stdio
env.KICAD_MCP_TRANSPORT
stdio

Plugin manifests1

.claude-plugin/plugin.json
{
  "$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"
  }
}

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)