mixelpixx/KiCAD-MCP-Server
KiCAD MCP is a Model Context Protocol (MCP) implementation that enables Large Language Models (LLMs) like Claude to directly interact with KiCAD for printed circuit board design.
Platform-specific configuration:
{
"mcpServers": {
"KiCAD-MCP-Server": {
"command": "npx",
"args": [
"-y",
"KiCAD-MCP-Server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...