EasyEDA Copilot for Zed
io.github.biosshot/easyeda-copilot
Connect MCP clients to EasyEDA Desktop for schematic and PCB design, routing, inspection, and DRC.
client:Zed
transport:stdio
runtime:npm
Install EasyEDA Copilot in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"easyeda-copilot": {
"command": "npx",
"args": [
"-y",
"easyeda-copilot-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs