easyeda-mcp
MCP server for AI-assisted PCB design with EasyEDA Pro, enabling inspection, review, and automation of schematics, PCBs, and manufacturing export.
README
easyeda-mcp
Open-source MCP tooling for AI-assisted work with EasyEDA Pro.
The goal is to let an AI coding agent inspect, review, and carefully automate parts of the PCB design workflow without turning the EDA editor into a blind screen-clicking exercise.
This project is maintained by Spectoda and is designed to be useful outside Spectoda as well.
What This Project Is
easyeda-mcp is intended to become a Model Context Protocol server plus an
EasyEDA Pro bridge extension. Together they should let an MCP-compatible agent:
- inspect the currently open EasyEDA Pro project, schematic, PCB, and panel;
- review schematics and PCB data against explicit engineering rules;
- search and evaluate LCSC/JLCPCB component options;
- run ERC/DRC-style checks exposed by EasyEDA Pro APIs;
- export manufacturing packages such as Gerber, BOM, CPL, PDFs, and reports;
- support panel preparation and validation;
- prepare a JLCPCB order flow for human review.
The first production target is Spectoda controller development, but the public tooling should stay generic enough for other EasyEDA Pro users.
What This Project Is Not
This repository must not contain:
- EasyEDA, JLCPCB, LCSC, GitHub, or Spectoda credentials;
- private EasyEDA account exports;
- proprietary Spectoda controller source designs;
- customer data, pricing secrets, or supply-chain agreements;
- browser profiles, cookies, OAuth sessions, or local
.envfiles.
Private Spectoda EasyEDA account inventory and controller design mirrors will
live in Spectoda's internal workspace, primarily under the datasheets module.
This public repository only contains the generic tools and documentation needed
to build that workflow safely.
Current Status
Early implementation. The repository currently defines the project scope, architecture, operating rules, contribution model, and a minimal MCP server skeleton with a mocked Level 0 protocol smoke test.
Quick Start
npm install
npm run build
npm run smoke:protocol
Run the MCP server over stdio:
npm run build
npm start
Planned Architecture
The intended runtime chain is:
MCP client / AI agent
|
| stdio or streamable HTTP
v
easyeda-mcp server
|
| localhost WebSocket bridge
v
EasyEDA Pro extension
|
| EasyEDA Pro Extension API
v
Open EasyEDA Pro editor session
Browser automation is reserved for flows that do not have a stable API, especially extension installation/debugging and JLCPCB quote/order preparation.
Initial Tooling Scope
The first useful slice should expose tools in these groups:
session.*- bridge status, connected editor windows, selected workspace.project.*- current project metadata and document tree.schematic.*- components, nets, pins, wires, selected primitives, review.library.*- LCSC/JLCPCB/EasyEDA device search and component metadata.pcb.*- board outline, components, nets, DRC, layers, export.panel.*- panel metadata, panelization parameters, validation.manufacturing.*- Gerber/BOM/CPL/PDF/3D export helpers.order.*- JLCPCB quote preparation and human-confirmed browser handoff.
Write operations must stay narrow, explicit, and reversible where possible.
The project should prefer typed domain tools over an unrestricted
execute_javascript interface.
Development Smoke Testing
Smoke testing will use two lanes:
- Protocol lane - run the MCP server locally and call deterministic tools against mocked EasyEDA bridge responses.
- Browser lane - use Codex Browser Use / browser automation to open the EasyEDA Pro editor, import the bridge extension, collect console logs, and verify that a real editor session connects.
See docs/browser-use-smoke-testing.md for the intended workflow.
Pull requests should include the smoke report block from docs/pull-request-smoke-checklist.md.
The first implemented smoke command is:
npm run smoke:protocol
It validates the Level 0 mocked bridge path and the initial session.status
tool registry.
Repository Map
- ARCHITECTURE.md - system model and boundaries.
- AGENTS.md - operating rules for AI agents working here.
- TODO.tasks.json - active work and next steps.
- CHANGELOG.md - notable project changes.
- CONTRIBUTING.md - contribution rules.
- SECURITY.md - vulnerability and secret-handling policy.
- NOTICE.md - upstream inspiration and credits.
- docs/ - focused design notes and workflow documentation.
License
Apache License 2.0. See LICENSE.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。