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 Copilot

NPM · KICAD-COPILOT-MCP · SCANNED SEP 27

File-oriented MCP server for KiCad schematics, PCB placement, routing, and pours.

Available components

0 this week 92 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 Security99
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 32 of 144 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to biosshot/kicad-copilot). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 48 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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 1671 tokens (~72/item across 23 items; 22 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage83
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 49% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "clear_pcb_routing" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 23 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 Copilot MCP server?

KiCad Copilot runs locally as an npm package, launched with npx -y kicad-copilot-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · kicad-copilot-mcp

# add to Claude Code
claude mcp add biosshot-kicad-copilot -- npx -y kicad-copilot-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "biosshot-kicad-copilot": {
      "command": "npx",
      "args": [
        "-y",
        "kicad-copilot-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "biosshot-kicad-copilot": {
      "command": "npx",
      "args": [
        "-y",
        "kicad-copilot-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add biosshot-kicad-copilot -- npx -y kicad-copilot-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "biosshot-kicad-copilot": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "kicad-copilot-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add biosshot-kicad-copilot --command npx --arg -y --arg kicad-copilot-mcp
# ~/.hermes/config.yaml
mcp_servers:
  biosshot-kicad-copilot:
    command: "npx"
    args: ["-y", "kicad-copilot-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "biosshot-kicad-copilot": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "kicad-copilot-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add biosshot-kicad-copilot -t stdio -c npx -a -y kicad-copilot-mcp
// mcp.json
{
  "mcpServers": {
    "biosshot-kicad-copilot": {
      "command": "npx",
      "args": [
        "-y",
        "kicad-copilot-mcp"
      ]
    }
  }
}
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.

  • 27 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.

  • 25 Sept 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 23 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 22 Sept 26 +1
    • Stability: 0.97 → pass security
  • 20 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.

  • 18 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.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 +1
    • Stability: 0.97 → pass security
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 27 Sept 2026 · Analysed npm/kicad-copilot-mcp@0.1.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo biosshot/kicad-copilot
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/biosshot/kicad-copilot/.github/workflows/publish.yml@refs/tags/v0.1.0
Rekor log index 2391934909
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:234eee698fefbc778083ede63c2de657f74d2ace32c382c1b55cbc72018c3de2d68bd4b9a00e86039a8bda049f98f84bfde9cfd570952ffefcf13e261

Background: How many MCP packages publish verified provenance →

Dependencies 144 packages
Packages resolved 144
Stale 32
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 22 exposed · ~1,646 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
assemble_pcb_layout ~67

Apply a stored placement to one KiCad PCB. PCB instructions: /workdir/node_modules/kicad-copilot-mcp/docs/pcb-layout/instructions.md

NameTypeReqDescription
layout_idstringyes–
pathstringyesTarget .kicad_pcb path.

No output schema declared.

No examples provided.

auto_route_pcb ~127

Route a KiCad PCB with the bundled local WASM router and apply it atomically. PCB instructions: /workdir/node_modules/kicad-copilot-mcp/docs/pcb-layout/instructions.md

NameTypeReqDescription
ignore_netsarray––
pathstringyesTarget .kicad_pcb path.
pour_gndboolean––
route_layersarray––
routing_effect_prioritystring––
stitch_gndboolean––
timeout_secinteger––
wait_msinteger––

No output schema declared.

No examples provided.

beautify_schematic ~92

Reassemble selected KiCad components into named functional blocks while preserving their electrical connections. Recoverable item errors are returned (max 36). For circuit workflow docs, read: /workdir/node_modules/kicad-copilot-mcp/docs/SKILL.md

NameTypeReqDescription
blocksobjectyesComponent groups keyed by block name.
pathstringyesExisting target .kicad_sch path.

No output schema declared.

No examples provided.

cancel_auto_route ~26

Cancel a running local PCB auto-route operation.

NameTypeReqDescription
operation_idstringyes–

No output schema declared.

No examples provided.

cancel_pcb_layout ~29

Request cancellation of an active make_pcb_layout operation.

NameTypeReqDescription
operation_idstringyes–

No output schema declared.

No examples provided.

clear_pcb_routing ~82

Delete PCB tracks, track arcs, and vias while preserving placement, zones, and outline. PCB instructions: /workdir/node_modules/kicad-copilot-mcp/docs/pcb-layout/instructions.md

NameTypeReqDescription
ignore_nets–––
only_nets–––
pathstringyesTarget .kicad_pcb path.

No output schema declared.

No examples provided.

component_search ~37

Search a component by exact part_uuid or MPN.

NameTypeReqDescription
MPNstring|null––
part_uuidstring|null––

No output schema declared.

No examples provided.

create_doc ~54

Create a KiCad project, schematic, hierarchical page, or empty PCB without overwriting files. Agent instructions: /workdir/node_modules/kicad-copilot-mcp/docs/SKILL.md

NameTypeReqDescription
doc–yes–

No output schema declared.

No examples provided.

extract_circuit ~193

Apply circuit changes to a KiCad .kicad_sch file. Every added component must include part_uuid. Recoverable item errors are returned (max 36). For circuit modification docs, read: /workdir/node_modules/kicad-copilot-mcp/docs/SKILL.md

NameTypeReqDescription
add_componentsarrayyesComponents to add
add_reused_blocksarrayyesreuded blocks to add
external_connect–yesUse only when you need to connect to a pin of an external component that you have not modified and that does not have a signal_name
external_rm_connect–yesUse only if you need to remove/break the connection from an external component's pin. Remember to remove external_rm_connect first and then add external_connect.
pathstringyesExisting target .kicad_sch path.
rm_components–yesComponents to remove from the circuit

No output schema declared.

No examples provided.

get_pcb_component_sizes ~75

Return server placement footprint sizes and compact board estimate. PCB instructions: /workdir/node_modules/kicad-copilot-mcp/docs/pcb-layout/instructions.md

NameTypeReqDescription
designators–––
include_allboolean|null––
pathstringyesTarget .kicad_pcb path.

No output schema declared.

No examples provided.

get_project_info ~61

Build KiCad project and hierarchical schematic trees from a file or directory path. Agent instructions: /workdir/node_modules/kicad-copilot-mcp/docs/SKILL.md

NameTypeReqDescription
pathstringyesPath to a KiCad file or directory.

No output schema declared.

No examples provided.

get_schematic ~75

Get exactly one KiCad .kicad_sch file as a compact component and net list. For circuit workflow docs, read the local docs folder: /workdir/node_modules/kicad-copilot-mcp/docs/SKILL.md

NameTypeReqDescription
pathstringyesTarget .kicad_sch file path.

No output schema declared.

No examples provided.

import_pcb_changes ~75

Synchronize one KiCad PCB from its associated schematic. PCB instructions: /workdir/node_modules/kicad-copilot-mcp/docs/pcb-layout/instructions.md

NameTypeReqDescription
pathstringyesTarget .kicad_pcb path.
schematic_path––Optional root .kicad_sch override.

No output schema declared.

No examples provided.

list_checkpoints ~78

List file checkpoints saved by KiCad Copilot. Agent instructions: /workdir/node_modules/kicad-copilot-mcp/docs/SKILL.md

NameTypeReqDescription
limitinteger–Maximum checkpoints per page.
pageinteger–Page number, starting from 1.
pathstringyesTarget KiCad file path.

No output schema declared.

No examples provided.

make_pcb_layout ~85

Create placement without changing the PCB and return PNG/SVG preview paths. PCB instructions: /workdir/node_modules/kicad-copilot-mcp/docs/pcb-layout/instructions.md

NameTypeReqDescription
filestringyesJavaScript PCB layout DSL file path.
pathstringyesTarget .kicad_pcb path.
wait_msnumber––

No output schema declared.

No examples provided.

pour_pcb_layers ~130

Create managed full-board copper zones and optional stitching vias. PCB instructions: /workdir/node_modules/kicad-copilot-mcp/docs/pcb-layout/instructions.md

NameTypeReqDescription
edge_margin_mmnumber––
layersarrayyes–
max_viasinteger––
netstringyes–
pathstringyesTarget .kicad_pcb path.
stitch_grid_mmnumber––
stitch_viasboolean––
via_diameter_mmnumber––
via_drill_mmnumber––

No output schema declared.

No examples provided.

restore_checkpoint ~64

Restore one exact file checkpoint by id. Agent instructions: /workdir/node_modules/kicad-copilot-mcp/docs/SKILL.md

NameTypeReqDescription
idstringyesCheckpoint id from list_checkpoints.
pathstringyesTarget KiCad file path.

No output schema declared.

No examples provided.

save_checkpoint ~62

Save an exact checkpoint of one KiCad file. Agent instructions: /workdir/node_modules/kicad-copilot-mcp/docs/SKILL.md

NameTypeReqDescription
descriptionstring–Short checkpoint description.
pathstringyesTarget KiCad file path.

No output schema declared.

No examples provided.

search_reused_block ~82

Search reusable circuit blocks by function. For circuit workflow docs, read: /workdir/node_modules/kicad-copilot-mcp/docs/SKILL.md

NameTypeReqDescription
limitinteger–Number of results per page.
pageinteger–Current results page.
querystringyesQuery example: "3.3V power regulator"

No output schema declared.

No examples provided.

set_pcb_stack_layers ~73

Set the PCB copper layer count while preserving F.Cu and B.Cu. PCB instructions: /workdir/node_modules/kicad-copilot-mcp/docs/pcb-layout/instructions.md

NameTypeReqDescription
copper_layer_count–yes–
pathstringyesTarget .kicad_pcb path.

No output schema declared.

No examples provided.

wait_auto_route ~35

Wait for a running local PCB auto-route operation.

NameTypeReqDescription
operation_idstringyes–
wait_msinteger––

No output schema declared.

No examples provided.

wait_pcb_layout ~44

Wait for an active make_pcb_layout operation and return its PNG/SVG preview paths.

NameTypeReqDescription
operation_idstringyes–
wait_msnumber––

No output schema declared.

No examples provided.

Common questions

What is the KiCad Copilot MCP server?

KiCad Copilot is an MCP server listed in the public MCP registry as io.github.biosshot/kicad-copilot. File-oriented MCP server for KiCad schematics, PCB placement, routing, and pours. This page covers its npm package (kicad-copilot-mcp).

Is the KiCad Copilot MCP server safe to use?

KiCad Copilot scores 92 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 27 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. 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 Copilot MCP server expose?

KiCad Copilot exposes 22 tools: component_search, search_reused_block, beautify_schematic, extract_circuit, get_schematic, and 17 more. Their descriptions and schemas cost roughly 1,646 tokens of context every time the server is loaded.

Is the KiCad Copilot MCP server still maintained?

KiCad Copilot is still listed as active in the MCP registry. We last reached this channel on 27 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 Copilot MCP server under?

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