
Easyeda Pro Mcp
Connect Claude Code or Cursor to a live EasyEDA Pro session so the agent can help with schematic and PCB work without leaving the editor.
Overview
EasyEDA Pro MCP is a MCP server for the Build phase that bridges AI agents to live EasyEDA Pro projects over a local WebSocket.
What is this MCP server?
- npm stdio MCP server (@vlabsoft/easyeda-pro-mcp) version 1.0.2
- Local WebSocket bridge to EasyEDA Pro for live project assistance
- Optional EASYEDA_MCP_WS_HOST and EASYEDA_MCP_WS_PORT env vars (defaults 127.0.0.1:8765)
- Pairs with VLab EasyEDA Pro extension for agent-driven EDA workflows
- Server schema version 1.0.2 on npm package @vlabsoft/easyeda-pro-mcp
- Default WebSocket bridge endpoint 127.0.0.1 port 8765 unless overridden by env
Community signal: 1 GitHub stars.
What problem does it solve?
Agents cannot see or act on your open PCB project unless you manually export screenshots and netlists from EasyEDA Pro.
Who is it for?
Solo hardware founders already using EasyEDA Pro who want Claude or Cursor in the loop on schematics and boards.
Skip if: Pure software SaaS builds with no PCB workflow, or teams that will not run EasyEDA Pro locally with the bridge extension.
What do I get? / Deliverables
After install, your agent can assist against the live EasyEDA Pro session via the stdio MCP server and extension bridge.
- Registered stdio MCP server pointing at the local EasyEDA bridge
- Agent-assisted edits and guidance on the active EasyEDA Pro project
Recommended MCP Servers
Journey fit
Hardware and PCB design sits in the Build phase when you are implementing the physical or electronics layer of a product. Integrations is the right shelf because this server is a bridge between MCP agents and the EasyEDA Pro desktop extension, not a standalone design app.
How it compares
Live EDA bridge MCP, not a generic PCB autorouter skill or cloud-only KiCad plugin.
Common Questions / FAQ
Who is easyeda-pro-mcp for?
Indie makers and engineers who design in EasyEDA Pro and want MCP-enabled agents to help on the active project through VLab’s local bridge.
When should I use easyeda-pro-mcp?
Use it during Build when you are iterating schematics or PCBs in EasyEDA Pro and want agent assistance without repeated manual exports.
How do I add easyeda-pro-mcp to my agent?
Add the @vlabsoft/easyeda-pro-mcp stdio MCP entry in your client config, install the EasyEDA Pro extension, and optionally set EASYEDA_MCP_WS_HOST and EASYEDA_MCP_WS_PORT.