AgentHubAgentHub

easyeda-pro-mcp

MCP ServerMCP Registry官方收录

io.github.VLab-Software/easyeda-pro-mcp · v1.0.2

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

概览

easyeda-pro-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

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

环境变量

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.

相关资源

统一 Manifest

{
  "id": "io.github.VLab-Software/easyeda-pro-mcp",
  "type": "mcp-server",
  "version": "1.0.2",
  "displayName": "easyeda-pro-mcp",
  "description": "MCP server and EasyEDA Pro extension bridge for live project assistance.",
  "repository": {
    "url": "https://github.com/VLab-Software/easyeda_mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@vlabsoft/easyeda-pro-mcp",
        "version": "1.0.2",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "EASYEDA_MCP_WS_HOST",
            "description": "Optional WebSocket host for the local EasyEDA Pro bridge. Defaults to 127.0.0.1."
          },
          {
            "name": "EASYEDA_MCP_WS_PORT",
            "description": "Optional WebSocket port for the local EasyEDA Pro bridge. Defaults to 8765."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.VLab-Software/easyeda-pro-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.VLab-Software%2Feasyeda-pro-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
easyeda-pro-mcp — MCP Server 安装与配置 · AgentHub