Connect MCP clients to EasyEDA Desktop for schematic and PCB design, routing, inspection, and DRC.
claude mcp add easyeda-copilot -- npx -y easyeda-copilot-mcp
claude_desktop_config.json
{
"mcpServers": {
"easyeda-copilot": {
"command": "npx",
"args": [
"-y",
"easyeda-copilot-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"easyeda-copilot": {
"command": "npx",
"args": [
"-y",
"easyeda-copilot-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"easyeda-copilot": {
"command": "npx",
"args": [
"-y",
"easyeda-copilot-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"easyeda-copilot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"easyeda-copilot-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"easyeda-copilot": {
"command": "npx",
"args": [
"-y",
"easyeda-copilot-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.biosshot--easyeda-copilot/reviews or the review_server meta-tool.
POST /mcp