EasyEDA Copilot for Claude Desktop
io.github.biosshot/easyeda-copilot
Connect MCP clients to EasyEDA Desktop for schematic and PCB design, routing, inspection, and DRC.
client:Claude Desktop
transport:stdio
runtime:npm
Install EasyEDA Copilot in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"easyeda-copilot": {
"command": "npx",
"args": [
"-y",
"easyeda-copilot-mcp"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs