← Back to Plugins
MCP Server MCP

io.github.VLab-Software/easyeda-pro-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @vlabsoft/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@vlabsoft/easyeda-pro-mcp",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional WebSocket host for the local EasyEDA Pro bridge. Defaults to 127.0.0.1.",
          "format": "string",
          "name": "EASYEDA_MCP_WS_HOST"
        },
        {
          "description": "Optional WebSocket port for the local EasyEDA Pro bridge. Defaults to 8765.",
          "format": "string",
          "name": "EASYEDA_MCP_WS_PORT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...