What is the KiCad Schematics MCP server?
Design KiCad schematics by talking to Claude. Places parts, wires nets, runs ERC. Needs KiCad 10.
How to install KiCad Schematics
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-kicad": {
"command": "https://github.com/unmateria/MCP-Kicad/releases/download/v0.2.7/mcp-kicad.mcpb",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-kicad": {
"command": "https://github.com/unmateria/MCP-Kicad/releases/download/v0.2.7/mcp-kicad.mcpb",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-kicad": {
"command": "https://github.com/unmateria/MCP-Kicad/releases/download/v0.2.7/mcp-kicad.mcpb",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-kicad": {
"type": "stdio",
"command": "https://github.com/unmateria/MCP-Kicad/releases/download/v0.2.7/mcp-kicad.mcpb",
"args": []
}
}
}Claude Code
claude mcp add mcp-kicad -- https://github.com/unmateria/MCP-Kicad/releases/download/v0.2.7/mcp-kicad.mcpbRelated MCP servers
Read and edit Microsoft Access databases (.accdb/.mdb) - forms, VBA, tables, queries. Windows.
49
View repository →Python