Skip to content
Cline

easyeda pro mcp for Cline

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

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

client:Cline transport:stdio runtime:npm

Install easyeda pro mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

easyeda pro mcp in other clients