Skip to content
Claude Desktop

easyeda pro mcp for Claude Desktop

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

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

client:Claude Desktop transport:stdio runtime:npm

Install easyeda pro mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "easyeda-pro-mcp": {
      "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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

easyeda pro mcp in other clients