Skip to content
Grok

easyeda pro mcp for Grok

io.github.vlab-software/easyeda-pro-mcp

MCP server and EasyEDA Pro extension bridge for live project assistance.

client:Grok transport:stdio runtime:npm

Install easyeda pro mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "easyeda-pro-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@vlabsoft/easyeda-pro-mcp"
      ],
      "env": {
        "EASYEDA_MCP_WS_HOST": "<EASYEDA_MCP_WS_HOST>",
        "EASYEDA_MCP_WS_PORT": "<EASYEDA_MCP_WS_PORT>"
      }
    }
  }
}

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 pro mcp in other clients