KiCad Copilot
NPM · KICAD-COPILOT-MCP · SCANNED AUG 13
File-oriented MCP server for KiCad schematics, PCB placement, routing, and pours.
Available components
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 →
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
- 31 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 3 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 1662 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 Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Unverified: 1 category
A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · kicad-copilot-mcp
claude mcp add biosshot-kicad-copilot -- npx -y kicad-copilot-mcp
codex mcp add biosshot-kicad-copilot -- npx -y kicad-copilot-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"biosshot-kicad-copilot": {
"type": "local",
"command": [
"npx",
"-y",
"kicad-copilot-mcp"
],
"enabled": true
}
}
} openclaw mcp add biosshot-kicad-copilot --command npx --arg -y --arg kicad-copilot-mcp
mcp_servers:
biosshot-kicad-copilot:
command: "npx"
args: ["-y", "kicad-copilot-mcp"] {
"mcpServers": {
"biosshot-kicad-copilot": {
"command": "npx",
"args": [
"-y",
"kicad-copilot-mcp"
]
}
}
} 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.
- 11 Aug 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
- 9 Aug 26 77
First indexed and scored.
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 13 Aug 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 |
Dependencies 144 packages
| Packages resolved | 144 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
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.
assemble_pcb_layout 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
| Name | Type | Req | Description |
|---|---|---|---|
| layout_id | string | yes | – |
| path | string | yes | Target .kicad_pcb path. |
No output schema declared.
No examples provided.
auto_route_pcb 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
| Name | Type | Req | Description |
|---|---|---|---|
| ignore_nets | array | – | – |
| path | string | yes | Target .kicad_pcb path. |
| pour_gnd | boolean | – | – |
| route_layers | array | – | – |
| routing_effect_priority | string | – | – |
| stitch_gnd | boolean | – | – |
| timeout_sec | integer | – | – |
| wait_ms | integer | – | – |
No output schema declared.
No examples provided.
beautify_schematic 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
| Name | Type | Req | Description |
|---|---|---|---|
| blocks | object | yes | Component groups keyed by block name. |
| path | string | yes | Existing target .kicad_sch path. |
No output schema declared.
No examples provided.
cancel_auto_route Cancel Auto Route ~26
Cancel a running local PCB auto-route operation.
| Name | Type | Req | Description |
|---|---|---|---|
| operation_id | string | yes | – |
No output schema declared.
No examples provided.
cancel_pcb_layout Cancel PCB Layout ~29
Request cancellation of an active make_pcb_layout operation.
| Name | Type | Req | Description |
|---|---|---|---|
| operation_id | string | yes | – |
No output schema declared.
No examples provided.
clear_pcb_routing 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
| Name | Type | Req | Description |
|---|---|---|---|
| ignore_nets | – | – | – |
| only_nets | – | – | – |
| path | string | yes | Target .kicad_pcb path. |
No output schema declared.
No examples provided.
component_search Search Component ~31
Search a component by exact part_uuid or MPN.
| Name | Type | Req | Description |
|---|---|---|---|
| MPN | – | – | – |
| part_uuid | – | – | – |
No output schema declared.
No examples provided.
create_doc Create KiCad Document ~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
| Name | Type | Req | Description |
|---|---|---|---|
| doc | – | yes | – |
No output schema declared.
No examples provided.
extract_circuit 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
| Name | Type | Req | Description |
|---|---|---|---|
| add_components | array | yes | Components to add |
| add_reused_blocks | array | yes | reuded blocks to add |
| external_connect | – | yes | Use 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 | – | yes | Use 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. |
| path | string | yes | Existing target .kicad_sch path. |
| rm_components | – | yes | Components to remove from the circuit |
No output schema declared.
No examples provided.
get_pcb_component_sizes Get PCB Component Sizes ~72
Return server placement footprint sizes and compact board estimate. PCB instructions: /workdir/node_modules/kicad-copilot-mcp/docs/pcb-layout/instructions.md
| Name | Type | Req | Description |
|---|---|---|---|
| designators | – | – | – |
| include_all | – | – | – |
| path | string | yes | Target .kicad_pcb path. |
No output schema declared.
No examples provided.
get_project_info Get KiCad 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
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | Path to a KiCad file or directory. |
No output schema declared.
No examples provided.
get_schematic Get KiCad 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
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | Target .kicad_sch file path. |
No output schema declared.
No examples provided.
import_pcb_changes 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
| Name | Type | Req | Description |
|---|---|---|---|
| path | string | yes | Target .kicad_pcb path. |
| schematic_path | – | – | Optional root .kicad_sch override. |
No output schema declared.
No examples provided.
list_checkpoints List KiCad Checkpoints ~78
List file checkpoints saved by KiCad Copilot. Agent instructions: /workdir/node_modules/kicad-copilot-mcp/docs/SKILL.md
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Maximum checkpoints per page. |
| page | integer | – | Page number, starting from 1. |
| path | string | yes | Target KiCad file path. |
No output schema declared.
No examples provided.
make_pcb_layout 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
| Name | Type | Req | Description |
|---|---|---|---|
| file | string | yes | JavaScript PCB layout DSL file path. |
| path | string | yes | Target .kicad_pcb path. |
| wait_ms | number | – | – |
No output schema declared.
No examples provided.
pour_pcb_layers 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
| Name | Type | Req | Description |
|---|---|---|---|
| edge_margin_mm | number | – | – |
| layers | array | yes | – |
| max_vias | integer | – | – |
| net | string | yes | – |
| path | string | yes | Target .kicad_pcb path. |
| stitch_grid_mm | number | – | – |
| stitch_vias | boolean | – | – |
| via_diameter_mm | number | – | – |
| via_drill_mm | number | – | – |
No output schema declared.
No examples provided.
restore_checkpoint Restore KiCad Checkpoint ~64
Restore one exact file checkpoint by id. Agent instructions: /workdir/node_modules/kicad-copilot-mcp/docs/SKILL.md
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Checkpoint id from list_checkpoints. |
| path | string | yes | Target KiCad file path. |
No output schema declared.
No examples provided.
save_checkpoint Save KiCad Checkpoint ~62
Save an exact checkpoint of one KiCad file. Agent instructions: /workdir/node_modules/kicad-copilot-mcp/docs/SKILL.md
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | – | Short checkpoint description. |
| path | string | yes | Target KiCad file path. |
No output schema declared.
No examples provided.
search_reused_block Search Reused Block ~82
Search reusable circuit blocks by function. For circuit workflow docs, read: /workdir/node_modules/kicad-copilot-mcp/docs/SKILL.md
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Number of results per page. |
| page | integer | – | Current results page. |
| query | string | yes | Query example: "3.3V power regulator" |
No output schema declared.
No examples provided.
set_pcb_stack_layers 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
| Name | Type | Req | Description |
|---|---|---|---|
| copper_layer_count | – | yes | – |
| path | string | yes | Target .kicad_pcb path. |
No output schema declared.
No examples provided.
wait_auto_route Wait Auto Route ~35
Wait for a running local PCB auto-route operation.
| Name | Type | Req | Description |
|---|---|---|---|
| operation_id | string | yes | – |
| wait_ms | integer | – | – |
No output schema declared.
No examples provided.
wait_pcb_layout Wait PCB Layout ~44
Wait for an active make_pcb_layout operation and return its PNG/SVG preview paths.
| Name | Type | Req | Description |
|---|---|---|---|
| operation_id | string | yes | – |
| wait_ms | number | – | – |
No output schema declared.
No examples provided.