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 AUG 13

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

Available components

78 Trust /100
Trust breakdown (6 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 →

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.

Install

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

# add to Claude Code
claude mcp add biosshot-kicad-copilot -- npx -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"]
// 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.

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

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 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
MCP tools · 22 exposed · ~1,637 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.

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 ~31

Search a component by exact part_uuid or MPN.

NameTypeReqDescription
MPN
part_uuid

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
docyes

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_connectyesUse 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_connectyesUse 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_componentsyesComponents to remove from the circuit

No output schema declared.

No examples provided.

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

NameTypeReqDescription
designators
include_all
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_pathOptional 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
limitintegerMaximum checkpoints per page.
pageintegerPage 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
descriptionstringShort 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
limitintegerNumber of results per page.
pageintegerCurrent 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_countyes
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.