Finerestaurant/kicad-mcp-python
MCP server for KiCad PCB design automation using official kicad IPC-API. Enables AI models to create, modify, and analyze PCB layouts and schematics.
Platform-specific configuration:
{
"mcpServers": {
"kicad-mcp-python": {
"command": "npx",
"args": [
"-y",
"kicad-mcp-python"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...