# Easyeda Copilot

> AI-powered assistant for EasyEDA — generate schematics from natural language, browse LCSC components, and get interactive circuit design help.

- **Type:** MCP server
- **Install:** `agentstack add mcp-biosshot-easyeda-copilot`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [biosshot](https://agentstack.voostack.com/s/biosshot)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [biosshot](https://github.com/biosshot)
- **Source:** https://github.com/biosshot/easyeda-copilot

## Install

```sh
agentstack add mcp-biosshot-easyeda-copilot
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# EasyEDA Copilot

AI-powered assistant for EasyEDA Pro and JLCEDA. Generate schematics from natural language, complete existing circuits, search LCSC components by requirements, run SPICE simulations, and reuse proven circuit blocks directly inside your EDA workflow.

  
    
  
  
    
  
  
    
  

  

## What it does

EasyEDA Copilot adds an AI design layer to EasyEDA Pro:

- **Generate circuits from text**: describe the circuit you need and let the agent assemble a schematic proposal.
- **Complete existing schematics**: attach selected circuit fragments and ask Copilot to add, replace or connect 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.
- **Run SPICE simulations**: simulate supported circuits and inspect selected models before trusting the result.

More examples are available on [Oshwlab](https://oshwlab.com/biosshot/edacopilotexamples).

## Installation

Download the latest `.eext` package from [Releases](https://github.com/biosshot/easyeda-copilot/releases/latest).

In EasyEDA Pro:

1. Open `Settings -> Extensions -> Extensions Manager`.
2. Click `Import Extensions`.
3. Select the downloaded `.eext` file.
4. Enable `External Interactions`.
5. Open a schematic and use `Copilot -> Interface`.
   
## MCP server

EasyEDA Copilot can connect to external MCP clients. The extension scans `ws://127.0.0.1:8787` every 5 seconds and connects when your MCP server is available. The `Copilot -> MCP` menu item pauses or resumes this scan.

Codex:

```bash
codex mcp add easyeda-copilot -- npx easyeda-copilot-mcp
```

Claude Code:

```bash
claude mcp add easyeda-copilot -- npx easyeda-copilot-mcp
```

Recommended order:

1. Add the MCP server to your agent.
2. Start Codex, Claude Code, or another MCP client with this MCP server enabled.
3. Open a schematic in EasyEDA Pro.
4. EasyEDA Copilot will connect automatically. Use `Copilot -> MCP` only to pause or resume scanning.

See [MCP package README](mcp/README.md)

## Compatibility

| EasyEDA Pro version | Status   |
| ------------------- | -------- |
| Desktop V2.2.45     | Verified |
| Desktop V2.2.47     | Verified |

## 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](docs/reusable-blocks.md).

### 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

- [Settings](docs/settings.md)
- [Attaching circuits to an AI agent](docs/attaching-circuits.md)
- [Assembling a circuit from an AI agent](docs/assembling-circuits.md)
- [Reusable blocks](docs/reusable-blocks.md)

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [biosshot](https://github.com/biosshot)
- **Source:** [biosshot/easyeda-copilot](https://github.com/biosshot/easyeda-copilot)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-biosshot-easyeda-copilot
- Seller: https://agentstack.voostack.com/s/biosshot
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
