Skip to content
Gemini CLI

EasyEDA Copilot for Gemini CLI

io.github.biosshot/easyeda-copilot

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

client:Gemini CLI transport:stdio runtime:npm

Install EasyEDA Copilot in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

EasyEDA Copilot in other clients