MCP Server
KiCad MCP Server
by lamaalrajih
Project management and PCB design analysis for KiCad.
About KiCad
Provides project management (list, examine, open KiCad projects), PCB design analysis, netlist extraction from schematics, BOM management and export, design rule checking (DRC), PCB visualization, and circuit pattern recognition through an MCP-compliant client.
Tags
pcb-designkicadelectronicshardware
How to install KiCad
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"kicad-lamaalrajih": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-kicad-lamaalrajih"]
}
}
}Example shape only — see the repository for the canonical install command.