Odel
easyeda mcp pro

easyeda mcp pro

Local
@oaslananka44TypeScriptMITUpdated 4 days ago

MCP server for EasyEDA Pro: PCB inspection, BOM, exports, and hardware review.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmeasyeda-mcp-prov1.0.1

Run

npx -y easyeda-mcp-pro

MCP client config

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