Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

KiCad MCP Pro

PYPI · KICAD-MCP-PRO · 3 COMPONENTS · SCANNED SEP 20

Production-grade MCP server for KiCad EDA—PCB design, DRC, simulation, BOM, DFM, and manufacturing.

+15 this week 83 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 6 of 75 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 6 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability80
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1750 tokens (~38/item across 45 items; 24 tools + 21 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management97
  • Stability observed for 29 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 24 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 26 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the KiCad MCP Pro server?

KiCad MCP Pro runs locally as a PyPI package, launched with uvx kicad-mcp-pro. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · kicad-mcp-pro

# add to Claude Code
claude mcp add oaslananka-kicad-mcp-pro -- uvx kicad-mcp-pro
// .cursor/mcp.json
{
  "mcpServers": {
    "oaslananka-kicad-mcp-pro": {
      "command": "uvx",
      "args": [
        "kicad-mcp-pro"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "oaslananka-kicad-mcp-pro": {
      "command": "uvx",
      "args": [
        "kicad-mcp-pro"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add oaslananka-kicad-mcp-pro -- uvx kicad-mcp-pro
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "oaslananka-kicad-mcp-pro": {
      "type": "local",
      "command": [
        "uvx",
        "kicad-mcp-pro"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add oaslananka-kicad-mcp-pro --command uvx --arg kicad-mcp-pro
# ~/.hermes/config.yaml
mcp_servers:
  oaslananka-kicad-mcp-pro:
    command: "uvx"
    args: ["kicad-mcp-pro"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "oaslananka-kicad-mcp-pro": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "kicad-mcp-pro"
      ]
    }
  }
}
# add to Vellum
assistant mcp add oaslananka-kicad-mcp-pro -t stdio -c uvx -a kicad-mcp-pro
// mcp.json
{
  "mcpServers": {
    "oaslananka-kicad-mcp-pro": {
      "command": "uvx",
      "args": [
        "kicad-mcp-pro"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +12
    • Malware scan: unverified → pass security
    • Stability: pass → 0.80 functional
  • 14 Sept 26 +1
    • Stability: 0.97 → pass security
  • 13 Sept 26 −16
    • Malware scan: pass → unverified security
    • Stability: pass → 0.97 functional
    • Package version: 3.34.5 → 3.34.6 functional
  • 12 Sept 26 +1
    • Stability: 0.97 → pass security
  • 11 Sept 26 +14
    • Tool safety: pass → unverified security
    • Stability: pass → unverified security
    • Malware scan: unverified → pass security
    • Schema quality: 100 → unverified functional
    • Tool coverage: 100 → unverified functional
    • Capabilities: pass → unverified functional
    • Stability: pass → 0.97 functional
    • Package version: 3.34.4 → 3.34.5 functional
  • 10 Sept 26 −14
    • Malware scan: pass → unverified security
    • Stability: 0.97 → pass security
    • Package version: 3.34.2 → 3.34.4 functional
    • Package version: 3.34.2 → 3.34.3 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed pypi/kicad-mcp-pro@3.34.6

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 75 packages
Packages resolved 75
Stale 5
No linked repository 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 24 exposed · ~1,346 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
dfm_run_manufacturer_check ~25

Run a manufacturer-aware DFM review using the active bundled profile.

Input schema present but exposes no named parameters.

NameTypeReqDescription
evidencearray
failure_modestring
findingsarray
metadataobject
next_actionstring
remediationstring
retryableboolean
schema_versionstring
severitystring
summarystring
textstring
verdictstring

No examples provided.

kicad_get_project_info ~37

Show the currently configured KiCad project paths. This KiCad MCP Pro tool supports production EDA automation workflows for MCP clients.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

kicad_get_server_info ~39

Return versioned server information and capability diagnostics for clients. This KiCad MCP Pro tool supports production EDA automation workflows for MCP clients.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

kicad_get_tools_in_category ~39

Get tool names in a category, optionally filtered by maturity.

NameTypeReqDescription
categorystringyes
maturitystring
NameTypeReqDescription
resultstringyes

No examples provided.

kicad_get_version ~37

Get KiCad version information and current connection status. This KiCad MCP Pro tool supports production EDA automation workflows for MCP clients.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

kicad_list_tool_categories ~36

List all available tool categories and capabilities. This KiCad MCP Pro tool supports production EDA automation workflows for MCP clients.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

kicad_set_project ~70

Set the active KiCad project directory and file paths. This KiCad MCP Pro tool supports production EDA automation workflows for MCP clients.

NameTypeReqDescription
output_dirstring
pcb_filestring
project_dirstringyes
sch_filestring
NameTypeReqDescription
resultstringyes

No examples provided.

lib_get_bom_with_pricing ~38

Generate a live BOM summary with unit and extended pricing.

NameTypeReqDescription
quantityinteger
sourcestring
NameTypeReqDescription
resultstringyes

No examples provided.

lib_verify_component_contract ~161

Verify a placed component's symbol, footprint, and pins actually match. For the given schematic reference designator this checks, entirely from local project files (no network access): - symbol pin count vs footprint connectable pad count - pin numbers vs pad numbers - footprint courtyard / fabrication / silkscreen completeness - 3D model presence (advisory) - datasheet evidence (advisory; never auto-filled) Returns a JSON object with a ``status`` of PASS / WARN / FAIL and a list of per-check ``findings``. FAIL marks a structural contract violation, WARN marks a quality/completeness smell, and INFO is advisory evidence that never changes the overall status.

NameTypeReqDescription
referencestringyes
NameTypeReqDescription
resultstringyes

No examples provided.

pcb_get_board_summary ~33

Summarize the current board. This KiCad MCP Pro tool supports production EDA automation workflows for MCP clients.

Input schema present but exposes no named parameters.

NameTypeReqDescription
evidencearray
failure_modestring
findingsarray
metadataobject
next_actionstring
remediationstring
retryableboolean
schema_versionstring
severitystring
summarystring
textstring
verdictstring

No examples provided.

pcb_get_design_rules ~36

Read the active board design rules file when available. This KiCad MCP Pro tool supports production EDA automation workflows for MCP clients.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

pcb_get_stackup ~32

Show the current stackup. This KiCad MCP Pro tool supports production EDA automation workflows for MCP clients.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

pcb_visual_qa ~133

Headless PCB readability QA: off-board parts, silk and body overlap. A fast, file-backed first pass that runs without a live KiCad: it flags footprints whose body leaves the board outline, reference designators that collide on the silkscreen, and overlapping footprint bodies — directly from the ``.kicad_pcb`` geometry. It complements (does not replace) the authoritative DRC run, which remains the sign-off check for courtyard and silk clipping. Returns JSON with an overall PASS/INFO/WARN status and per-finding refs/positions.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

project_design_workflow ~131

Return the professional PCB design workflow as a typed phase state machine. Lays out the canonical Planner -> Builder -> Verifier -> Fixer -> Release sequence, with the high-level tool and the quality gates each phase must pass. Pass the phases already finished in ``completed_phases``; the tool marks them COMPLETE, reports the first remaining phase as READY (the current step) with its next action and gates, and flags when a human gate is required. Read-only and headless — use it to drive an autonomous design run step by step.

NameTypeReqDescription
completed_phases
NameTypeReqDescription
resultstringyes

No examples provided.

project_get_next_action ~24

Return the next high-priority action derived from the current project gate.

Input schema present but exposes no named parameters.

NameTypeReqDescription
findingsarray
gatestring
next_actionstring
reasonstring
statusstringyes
suggested_toolstring
textstringyes
verdictstring

No examples provided.

project_quality_gate ~41

Run the full project quality gate across schematic, PCB, DFM, and parity checks.

NameTypeReqDescription
manufacturerstring
tierstring
NameTypeReqDescription
evidencearray
failure_modestring
findingsarray
metadataobject
next_actionstring
remediationstring
retryableboolean
schema_versionstring
severitystring
summarystring
textstring
verdictstring

No examples provided.

run_drc ~34

Return full DRC report with PCB violations, unconnected items, and courtyard issues.

NameTypeReqDescription
save_reportboolean
NameTypeReqDescription
evidencearray
failure_modestring
findingsarray
metadataobject
next_actionstring
remediationstring
retryableboolean
schema_versionstring
severitystring
summarystring
textstring
verdictstring

No examples provided.

run_erc ~39

Run schematic electrical rule checks. This KiCad MCP Pro tool supports production EDA automation workflows for MCP clients.

NameTypeReqDescription
save_reportboolean
NameTypeReqDescription
evidencearray
failure_modestring
findingsarray
metadataobject
next_actionstring
remediationstring
retryableboolean
schema_versionstring
severitystring
summarystring
textstring
verdictstring

No examples provided.

sch_get_bounding_boxes ~124

Return the estimated bounding box of every symbol in the active schematic. Use this before calling sch_add_symbol or sch_build_circuit to understand which areas of the schematic sheet are already occupied. The bounding boxes are heuristic estimates (KiCad does not expose exact extents via the file API) but are conservative enough to avoid overlap in practice. Returns: A table of all symbols with their centre position and estimated bounding-box corners (x_min, y_min, x_max, y_max) in mm, plus an occupied-area summary.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

sch_get_connectivity_graph ~24

Summarize the active schematic as a textual net connectivity graph.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

sch_get_symbols ~47

List all schematic symbols, optionally from a child sheet. This KiCad MCP Pro tool supports production EDA automation workflows for MCP clients.

NameTypeReqDescription
sheet
sheet_file
NameTypeReqDescription
resultstringyes

No examples provided.

sch_visual_qa ~94

Run headless visual/readability QA on the active schematic sheet(s). Detects readability defects ERC cannot — overlapping labels, off-sheet symbols or labels, dense unreadable label fanout, and title-block gaps — directly from the schematic S-expression geometry, with no rendering required. Returns JSON with an overall PASS/WARN/FAIL status and per-sheet findings carrying object refs and positions for follow-up.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

validate_design ~33

Run DRC and ERC and summarize readiness. This KiCad MCP Pro tool supports production EDA automation workflows for MCP clients.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

validate_footprints_vs_schematic ~39

Compare PCB footprint references against the schematic symbol references. This KiCad MCP Pro tool supports production EDA automation workflows for MCP clients.

Input schema present but exposes no named parameters.

NameTypeReqDescription
resultstringyes

No examples provided.

Common questions

What is the KiCad MCP Pro server?

KiCad MCP Pro is listed in the public MCP registry as io.github.oaslananka/kicad-mcp-pro. Production-grade MCP server for KiCad EDA, PCB design, DRC, simulation, BOM, DFM, and manufacturing. This page covers its PyPI package (kicad-mcp-pro).

Is the KiCad MCP Pro server safe to use?

KiCad MCP Pro scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the KiCad MCP Pro server expose?

KiCad MCP Pro exposes 24 tools: kicad_list_tool_categories, kicad_get_tools_in_category, kicad_set_project, kicad_get_project_info, project_design_workflow, and 19 more. Their descriptions and schemas cost roughly 1,346 tokens of context every time the server is loaded.

Is the KiCad MCP Pro server still maintained?

KiCad MCP Pro is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the KiCad MCP Pro server under?

KiCad MCP Pro declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.