KiCAD MCP server enables AI agents to interact with KiCAD for PCB design. It exposes tools for schematic capture, PCB layout, and design rule checking. Connects to KiCAD's Python API. Useful for developers automating PCB design workflows, generating schematics from text, or creating custom PCB layouts.
KiCAD MCP server enables AI agents to interact with KiCAD for PCB design. It exposes tools for schematic capture, PCB layout, and design rule checking. Connects to KiCAD's Python API. Useful for developers automating PCB design workflows, generating schematics from text, or creating custom PCB layouts.
npx -y kicad-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mixelpixx-kicad-mcp-server-github": {
"command": "npx",
"args": [
"-y",
"npx -y kicad-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from KiCAD?"
No configuration required. This server works out of the box.
"What resources are available in KiCAD?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in KiCAD"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in KiCAD with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.