KiCad Copilot
Rank #7,569io.github.biosshot/kicad-copilot
File-oriented MCP server for KiCad schematics, PCB placement, routing, and pours.
KiCad Copilot is a Model Context Protocol (MCP) server published by biosshot. It ranks #7,569 of 132,113 servers tracked on MCP Toplist, and its repository has 13 GitHub stars. KiCad Copilot is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 9, 2026 and most recently updated on Aug 9, 2026.
Ranks ahead of 124,544 of 132,113 servers on MCP Toplist.
Use KiCad Copilot
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add kicad-copilot -- npx -y kicad-copilot-mcp[mcp_servers.kicad-copilot]
command = "npx"
args = ["-y", "kicad-copilot-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"kicad-copilot": {
"command": "npx",
"args": [
"-y",
"kicad-copilot-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"kicad-copilot": {
"command": "npx",
"args": [
"-y",
"kicad-copilot-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"kicad-copilot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"kicad-copilot-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"kicad-copilot": {
"command": "npx",
"args": [
"-y",
"kicad-copilot-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"kicad-copilot": {
"command": "npx",
"args": [
"-y",
"kicad-copilot-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.biosshot%2Fkicad-copilot)<a href="https://mcptoplist.com/server/io.github.biosshot%2Fkicad-copilot"><img src="https://mcptoplist.com/badge/io.github.biosshot%2Fkicad-copilot.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
biosshot
Other servers by biosshot
View all biosshot servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Aug 9, 2026 |
Frequently asked questions
- Who maintains KiCad Copilot?
- KiCad Copilot is maintained by biosshot, which publishes 2 MCP servers (5 total versions) tracked on MCP Toplist.
- Is KiCad Copilot listed on the Official MCP Registry?
- Yes — KiCad Copilot is listed on the Official MCP Registry, alongside Glama.
- How many versions does KiCad Copilot have?
- MCP Toplist tracks 1 version of KiCad Copilot, most recently published on Aug 9, 2026.
- Where can I find the source code for KiCad Copilot?
- The source code for KiCad Copilot is hosted at github.com/biosshot/kicad-copilot.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.