Back to Browse

Easyeda Copilot MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Connect MCP clients to EasyEDA Desktop for schematic and PCB design, routing, inspection, and DRC.

About

Connect MCP clients to EasyEDA Desktop for schematic and PCB design, routing, inspection, and DRC.

Security Report

4.2
Use Caution4.2High Risk

EasyEDA Copilot MCP server is a developer tool for circuit design with appropriate permissions for its purpose (network_http, file I/O, env_vars). The codebase is largely well-structured, but the obfuscated autorouter worker code presents a code quality and auditability concern. No critical security vulnerabilities were identified, though input validation and error handling could be strengthened in some areas. Supply chain analysis found 9 known vulnerabilities in dependencies (0 critical, 1 high severity). Package verification found 1 issue (1 critical, 0 high severity).

4 files analyzed · 15 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

network_websocket

Check that this permission is expected for this type of plugin.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-biosshot-easyeda-copilot": {
      "args": [
        "-y",
        "easyeda-copilot"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

English | 简体中文 | Русский

EasyEDA Copilot

AI-powered assistant for EasyEDA Pro and JLCEDA. Connect an MCP-capable agent to create and modify schematics, search components, design and route PCBs, inspect results, and run DRC directly in EasyEDA.

[!IMPORTANT] MCP is the recommended and actively developed interface for EasyEDA Copilot. It is more reliable for agent workflows and provides the complete feature set, including PCB tools, checkpoints, document management, inspection, and DRC. The built-in Interface remains available for users who prefer it, but it is now considered legacy and receives limited maintenance.

What it does

EasyEDA Copilot adds an AI design layer to EasyEDA Pro:

  • Generate circuits from text: describe the circuit you need and let your MCP agent assemble a schematic proposal.
  • Complete existing schematics: let the agent read the current page and add, replace, connect, or rearrange parts.
  • Search LCSC components: find parts from natural-language requirements and electrical characteristics.
  • Use reusable blocks: insert reviewed standard subcircuits such as regulators, interfaces and protection blocks.
  • Explain and analyze circuits: discuss schematic behavior, signal flow and design tradeoffs.
  • Design PCBs: generate placement, preview and assemble the board, route it, inspect results, and run DRC.
  • Work safely: save and restore checkpoints, recover from failed schematic beautification, and handle long-running PCB operations.
  • Manage projects: inspect the project tree, open and synchronize documents, and select a target when several EasyEDA instances are connected.

More examples are available on Oshwlab.

Quick start with MCP

Download the latest .eext package from Releases.

In EasyEDA Pro:

  1. Open Settings -> Extensions -> Extensions Manager.
  2. Click Import Extensions.
  3. Select the downloaded .eext file.
  4. Enable External Interactions as shown in Extension permissions.

Add the MCP server to your agent:

Codex:

codex mcp add easyeda-copilot -- npx -y easyeda-copilot-mcp

Claude Code:

claude mcp add easyeda-copilot -- npx -y easyeda-copilot-mcp

Then:

  1. Start Codex, Claude Code, or another MCP client with this server enabled.
  2. Open the target schematic or PCB document in EasyEDA Pro.
  3. Ask the agent to work with the open EasyEDA document.

The extension scans ws://127.0.0.1:8787 every 5 seconds and connects automatically when the MCP server is available. Copilot -> MCP does not open a separate interface; it only pauses or resumes this scan.

See the MCP package README for generic JSON configuration, local builds, and the detailed PCB workflow.

MCP and the legacy built-in Interface

CapabilityMCPBuilt-in Interface
Generate and modify schematicsYesYes, legacy workflow
Component search and reusable blocksYesYes
Checkpoints and automatic recoveryYesLimited
Project and document managementYesNo
PCB placement, preview, and assemblyYesNo
PCB routing, inspection, layers, and DRCYesNo
Multiple connected EasyEDA instancesYesNo
Development priorityPrimaryLimited maintenance

The built-in Interface represents a substantial part of the project's history and remains useful to people who prefer an integrated chat and SPICE UI. Open it with Copilot -> Interface (Legacy). New users and bug reports should use the MCP workflow first because it exposes more capabilities and has stronger connection monitoring, command timeouts, serialization, and recovery behavior.

PCB Workflow (MCP only)

PCB placement is available only through an external MCP client such as Codex or Claude Code. It is not available in the built-in Copilot chat.

MCP creates placement: board outline, mechanical constraints, components, mounting holes, board pads, and designator positions. Review the mechanical preview first, approve the final placement, then import it into EasyEDA. After assembly, MCP can run its bundled auto-router, inspect PCB objects, and invoke EasyEDA DRC on the open Desktop document.

PCB assembly, preview, and client routing support are verified with EasyEDA Desktop V3.2.149.

RP2040 board: Copilot and Quilter

PICO Duck compact board: Copilot and Quilter

ESPower board: Copilot and Quilter

Compatibility

EasyEDA Pro versionStatus
Desktop V3.2.149Verified
Desktop V2.2.45Verified
Desktop V2.2.47Verified

Features

Circuit generation

Generate schematics from natural-language descriptions. Copilot can plan the circuit, search components, create a structured result and expose an Assemble circuit action when the generated schematic is ready.

Circuit completions

Use Copilot on an existing schematic fragment. Ask it to complete a missing block, add components, connect signals or propose changes based on selected circuit context.

Component selection

Search LCSC by intent instead of manually tuning catalog filters. Examples:

  • find 5V relay
  • Find DC-DC chip 5V and 10A current
  • find capacitor 22uF Murata SMD 1210

Reusable blocks

Reusable blocks are reviewed schematic fragments that the agent can adapt and insert into generated circuits. They are useful for standard subcircuits where the topology stays stable and only ports or passive values change.

See Reusable blocks documentation.

SPICE simulation

Copilot can run SPICE simulations and automatically select models from a component model library.

Always verify the SPICE models used for replacement components. The selected models are shown below the graph after simulation.

Documentation

Reviews

No reviews yet

Be the first to review this server!