Easyeda MCP Pro

Production-grade MCP server for EasyEDA Pro: safe PCB design inspection, BOM sourcing, manufacturing export, and AI-assisted hardware review. It runs locally over stdio via the published package.

People connecting design tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 36 · #4 OF 74 MAINTAINED DESIGN · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Easyeda MCP Pro

before you install - you'll need

Set ALLOWED_ORIGINS, OAUTH_ENABLED, OAUTH_ISSUER, OAUTH_JWKS_URI, OAUTH_AUDIENCE before connecting. TOOL_PROFILE, HTTP_HOST are optional or environment-specific per the README.

Claude Code

claude mcp add oaslananka-easyeda-mcp-pro -- npx -y easyeda-mcp-pro

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "oaslananka-easyeda-mcp-pro": {
      "command": "npx",
      "args": [
        "-y",
        "easyeda-mcp-pro"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package easyeda-mcp-pro - unscoped; check the name against the project README before installing

registry namespace io.github.oaslananka is GitHub-verified and matches the repo owner

03 · What Easyeda MCP Pro can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

easyeda-mcp-pro-v0.35.4 · 2026-07-27

record v0.35.3 compatibility evidence · harden solo-maintainer continuity and recovery · make release publication fail closed · add DeepWiki refresh badge · verify OIDC publication and live rollback evidence · restore…

easyeda-mcp-pro-v0.35.3 · 2026-07-24

0.35.3 (2026-07-24) · patch brace-expansion advisory · remediate 24 July 2026 repository audit findings

easyeda-mcp-pro-v0.35.2 · 2026-07-23

0.35.2 (2026-07-23) · enforce supported automation runtime

04 · Who maintains Easyeda MCP Pro

easyeda-mcp-pro is maintained by oaslananka. We track 9 MCP servers from oaslananka - 6 actively maintained, 101 combined GitHub stars, oldest repo from May 2026. Full record: all servers from oaslananka.

  1. KiCad MCP Pro Production-grade MCP server for KiCad EDA - PCB design, DRC, simulation, BOM, DFM, and manufacturing. ★ 57
  2. MCP Health Monitor Monitor MCP, CI, and HTTP targets with health history, TLS expiry, assertions, and diagnostics ★ 2
  3. infra-lens-mcp SSH Linux metrics, baselines, anomaly detection, and plain-English infrastructure explanations. ★ 2
  4. MCP Debug Recorder Record debug sessions, commands, failed attempts, and successful fixes in local SQLite storage. ★ 2
  5. ssh-mcp-pro Secure MCP SSH automation server with policy controls, resources, prompts, stdio, and HTTP. ★ 2

05 · Facts

category
design - ranked #4 of 74 actively-maintained design servers as of 2026-08-25.
release cadence
4 releases in the last 90 days (latest 2026-07-27)
registry
io.github.oaslananka/easyeda-mcp-pro (active, first published 2026-06-04 · 54 versions)
packages
npm:easyeda-mcp-pro

06 · Easyeda MCP Pro FAQ

What is Easyeda MCP Pro?

Production-grade MCP server for EasyEDA Pro: safe PCB design inspection, BOM sourcing, manufacturing export, and AI-assisted hardware review. It runs locally over stdio via the published package.

Is Easyeda MCP Pro still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install Easyeda MCP Pro?

Run `npx -y easyeda-mcp-pro`. The README documents 7 environment variables (TOOL_PROFILE, HTTP_HOST, ALLOWED_ORIGINS…) to set first. Set ALLOWED_ORIGINS, OAUTH_ENABLED, OAUTH_ISSUER, OAUTH_JWKS_URI, OAUTH_AUDIENCE before connecting. TOOL_PROFILE, HTTP_HOST are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Easyeda MCP Pro run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Easyeda MCP Pro

More design MCP servers · Open Ephemeris · Amazon MCP · Figma MCP Server (planetabhi) · Pudge UI · HIG Doctor

More TypeScript MCP servers · Health Monitor · Infra Lens MCP · SSH MCP Pro · Bun Uia · Umbriel · see all