Skip to content
Grok

EasyEDA Copilot for Grok

io.github.biosshot/easyeda-copilot

Connect MCP clients to EasyEDA Desktop for schematic and PCB design, routing, inspection, and DRC.

client:Grok transport:stdio runtime:npm

Install EasyEDA Copilot in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "easyeda-copilot": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "easyeda-copilot-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

EasyEDA Copilot in other clients