mcp-server

Easyeda Agent

嘉立创EDA专业版(EasyEDA Pro)自动化:给 AI harness 装上画板的「手」—— 一套 typed 原理图/PCB 动作,CLI / Agent Skill / stdio MCP 三形态融合接入。承接嘉立创「不以卖板赚钱,以培养中国工程师为己任」 | EasyEDA Pro automation: the hands of your AI harness — typed …
299 stars44 forksGoUpdated 8/26/2026100% free · open source
What it does

Adds a programmable interface (CLI, Agent Skill, and stdio MCP) to EasyEDA Pro so your AI can create, edit, and export schematics and PCBs automatically.

When to use it
  • You need to generate or modify circuit schematics/PCBs on the fly from an AI assistant.
  • Your product development pipeline requires bulk export of Gerber files without manual clicks.
  • You want to let a chatbot create component libraries or BOMs directly in EasyEDA Pro.
Ready-to-paste prompt
easyeda-agent pcb create --project-id 987654 --name "PowerModule" --layers 2 --template "power-supply" --components "LM2596,Capacitor(10uF),Inductor(33µH)"
Heads up: The tool only works with an active EasyEDA Pro subscription; the API token must have "PCB/Schema write" scopes, otherwise all create/edit commands will be rejected.
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

✅ Light setup

Installs with a command or two; your AI agent can do it for you.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/easyeda-agent && curl -fsSL https://workflowstacks.com/api/skills/easyeda-agent/claude-skill -o ~/.claude/skills/easyeda-agent/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

How Easyeda Agent works
Codeflow
Free to inspect

Easyeda Agent is a very large Go project (~177k lines across 515 code files, plus 11 test files). Setup is light: installs like a normal app. Reading the code is optional. Last commit this month, Other license, has a test suite.

Size
Very large codebase
~177k lines · 515 code files · days to read — use, don't read
Setup
One-command install
Installs like a normal app. Reading the code is optional.
Runs on
Go · Node.js
No API keys detected
Go 84%TypeScript 11%Python 3%JavaScript 1%
Where to start reading
  1. 1
    README.md
    Start here — what it does and how to install it
  2. 2
    CLAUDE.md
    The instructions the AI actually follows
  3. 3
    cmd/easyeda/main.go
    Where the program starts running
  4. 4
    go.mod
    Dependencies and the commands it exposes
  5. 5
    internal/app/app.go
    Inside internal/ — the main logic begins here
What's in each folder
internal/Core code — the actual logic521 files
skills/Prompts, skills & agent definitions74 files
extension/Sub-packages / plugins47 files
cmd/Command-line entry points1 files
docs/Documentation75 files
examples/Examples you can copy11 files
scripts/Helper scripts15 files
chat/Folder6 files
READMEHas testsDocumentedCI checksExamples includedOther licenseUpdated this month
Quick Actions
Details
Creator
zhoushoujianwork
Language
Go
Category
mcp-server
Published
6/25/2026

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.