The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Easyeda Pro MCP listing page.
Connect Claude, Codex, VS Code, and other Model Context Protocol (MCP) clients to the live EasyEDA Pro project already open on your machine.
Independent open-source MCP bridge for live schematic and PCB workflows in EasyEDA Pro.
Quick Start · AI Client Setup · Tools · Troubleshooting · Releases
EasyEDA Pro MCP lets an AI assistant inspect the live EasyEDA Pro schematic or PCB you already have open. It gives MCP clients structured project context instead of making them guess from screenshots, copied text, or manual exports.
It runs locally:
Works with Claude Desktop, Claude Code, Codex, VS Code, and other MCP-compatible clients.
Then:
node /absolute/path/to/easyeda_mcp/dist/index.jsbuild/disteasyeda_doctorHealthy output should show the extension connected, protocol compatible, and an active document available.
Full setup guide: Quick Start
Core capabilities:
Download packaged extension builds from GitHub Releases. Local builds also create build/dist/easyeda_mcp_bridge.eext.
npm run setup:local builds the MCP server, builds the EasyEDA Pro extension bundle, and packages the .eext artifact.
This project works against a live EasyEDA Pro session. EasyEDA Pro must be open, the local extension must be installed, and the MCP server must be running.
Not included yet:
.epro parsingThe bridge listens on 127.0.0.1 by default. Do not expose the bridge port to untrusted networks. See SECURITY.md for reporting and runtime boundaries.
This is an independent open-source project. It is not affiliated with, endorsed by, or sponsored by EasyEDA, JLCPCB, or Shenzhen Jia Chuang Ban Technology Co., Ltd.
Feedback and suggestions: victor.freitas@vlabsoft.com
MIT. See LICENSE.