Agent Plugins Marketplace
All plugins

easyeda-pro

v1.0.0-rc.6

EasyEDA MCP Pro plugin for EasyEDA Pro project workflow automation, schematic/PCB inspection, BOM and sourcing, DRC/ERC validation, and manufacturing exports.

Claude Code4 Skills1 MCP serverstdio

By oaslananka36 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Aug 25, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install easyeda-pro@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/oaslananka/easyeda-mcp-pro

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

easyeda-pro/
├── .claude-plugin/plugin.json
├── skills/component-search/SKILL.md
├── skills/design-validation/SKILL.md
├── skills/easyeda-professional-layout/SKILL.md
├── skills/easyeda-workflow/SKILL.md
└── .mcp.json

Included Skills4

component-searchskills/component-search/SKILL.md

EasyEDA component discovery, BOM review, LCSC/JLCPCB sourcing, pricing, availability, and part-risk workflow through EasyEDA MCP Pro.

design-validationskills/design-validation/SKILL.md

EasyEDA DRC/ERC, semantic ERC, power-tree, PCB constraints, production QA, export, and release-validation workflow through EasyEDA MCP Pro.

easyeda-professional-layoutskills/easyeda-professional-layout/SKILL.md

Plan, preview, apply, and verify professional EasyEDA Pro schematic layouts with page/title-block geometry, rendered bounds, functional blocks, relationship-aware spacing, deterministic templates, staged readback, connectivity fingerprints, and visual QA. Use for schematic placement, cleanup, fit-to-page work, or any request to make a schematic professional or readable.

easyeda-workflowskills/easyeda-workflow/SKILL.md

End-to-end EasyEDA Pro workflow guidance for setup, inspection, controlled writes, exports, and reporting through EasyEDA MCP Pro.

MCP servers1

easyeda-mcp-prostdio
command
npx
args
easyeda-mcp-pro
env.TRANSPORT
stdio
env.TOOL_PROFILE
core
env.BRIDGE_HOST
127.0.0.1
env.BRIDGE_PORT
49620

Plugin manifests1

.claude-plugin/plugin.json
{
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
  "name": "easyeda-pro",
  "version": "1.0.0-rc.6",
  "description": "EasyEDA MCP Pro plugin for EasyEDA Pro project workflow automation, schematic/PCB inspection, BOM and sourcing, DRC/ERC validation, and manufacturing exports.",
  "author": {
    "name": "oaslananka",
    "url": "https://github.com/oaslananka"
  },
  "skills": [
    "./skills/easyeda-workflow",
    "./skills/component-search",
    "./skills/design-validation"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[easyeda-pro on Agent Plugins Marketplace](https://pluginsmp.com/plugins/easyeda-pro)