Odel
easyeda mcp

easyeda mcp

Local
@vlab-software12TypeScriptMITUpdated 3mo ago

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

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).

npm@vlabsoft/easyeda-pro-mcpv1.0.2

Run

npx -y @vlabsoft/easyeda-pro-mcp

MCP client config

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