Home › Other › easyeda_mcp

easyeda_mcp

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

TypeScript
★ 17 stars Last pushed 2026-05-30 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.2)

npx -y @vlabsoft/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "easyeda_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@vlabsoft/[email protected]"
      ],
      "env": {
        "EASYEDA_MCP_WS_HOST": "<YOUR_VALUE>",
        "EASYEDA_MCP_WS_PORT": "<YOUR_VALUE>"
      }
    }
  }
}
  • EASYEDA_MCP_WS_HOST — Optional WebSocket host for the local EasyEDA Pro bridge. Defaults to 127.0.0.1.
  • EASYEDA_MCP_WS_PORT — Optional WebSocket port for the local EasyEDA Pro bridge. Defaults to 8765.

Related servers

Data from the Official MCP Registry