EasyEDA Copilot for Windsurf
io.github.biosshot/easyeda-copilot
Connect MCP clients to EasyEDA Desktop for schematic and PCB design, routing, inspection, and DRC.
client:Windsurf
transport:stdio
runtime:npm
Install EasyEDA Copilot in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"easyeda-copilot": {
"command": "npx",
"args": [
"-y",
"easyeda-copilot-mcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs