The KiCad MCP server integrates KiCad with AI agents. It exposes PCB design tools, schematic capture, and PCB layout features. Connects to KiCad's native APIs on Mac, Windows, and Linux. Useful for developers automating PCB design, generating schematics, or optimizing layouts.
The KiCad MCP server integrates KiCad with AI agents. It exposes PCB design tools, schematic capture, and PCB layout features. Connects to KiCad's native APIs on Mac, Windows, and Linux. Useful for developers automating PCB design, generating schematics, or optimizing layouts.
pip install kicad-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"lamaalrajih-kicad-mcp-github": {
"command": "uvx",
"args": [
"pip install kicad-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from kicad mcp?"
No configuration required. This server works out of the box.
"What resources are available in kicad mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in kicad mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in kicad mcp 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.