EasyEDA Copilot for VS Code
io.github.biosshot/easyeda-copilot
Connect MCP clients to EasyEDA Desktop for schematic and PCB design, routing, inspection, and DRC.
client:VS Code
transport:stdio
runtime:npm
Install EasyEDA Copilot in VS Code
.vscode/mcp.json
{
"servers": {
"easyeda-copilot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"easyeda-copilot-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs