easyeda-mcp-bridge

stephanerosso59-debug/easyeda-mcp-bridge
★ 0 stars TypeScript AI/LLM Updated today
Independent open-source MCP server + EasyEDA Pro extension bridge (verified schematic netlist export). Based on VLab-Software/easyeda_mcp.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "easyeda-mcp-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "stephanerosso59-debug/easyeda-mcp-bridge"
      ]
    }
  }
}

README Excerpt

An independent, open-source **MCP server + EasyEDA Pro extension** that lets an MCP client (such as Claude) inspect and assist the **active EasyEDA Pro project** over a local WebSocket bridge — including **one-click schematic netlist export** for design review. > Not affiliated with, endorsed by, or maintained by EasyEDA / JLCEDA.