MCP server for EasyEDA Pro: PCB design, BOM sourcing, and AI-assisted hardware review.
Use this profile to copy client config, check auth requirements, review tools and resources, and compare related MCP servers before adding it to an AI client.
Get practical integration notes and launch examples for MCP servers like easyeda-mcp-pro.
npx -y easyeda-mcp-pro{
"NODE_ENV": "development",
"LOG_LEVEL": "info",
"TOOL_PROFILE": "core",
"TRANSPORT": "stdio",
"HTTP_HOST": "127.0.0.1",
"HTTP_PORT": "3000",
"BRIDGE_HOST": "127.0.0.1",
"BRIDGE_PORT": "18601",
"BRIDGE_TIMEOUT_MS": "15000",
"DATA_DIR": ".easyeda-mcp-pro",
"JLCPCB_MODE": "disabled",
"JLCPCB_CLIENT_ID": "YOUR_SECRET_VALUE",
"JLCPCB_CLIENT_SECRET": "YOUR_SECRET_VALUE",
"MOUSER_API_KEY": "YOUR_SECRET_VALUE",
"DIGIKEY_CLIENT_ID": "YOUR_SECRET_VALUE",
"DIGIKEY_CLIENT_SECRET": "YOUR_SECRET_VALUE",
"LCSC_API_KEY": "YOUR_SECRET_VALUE",
"AI_API_KEY": "YOUR_SECRET_VALUE",
"OAUTH_ENABLED": "false",
"OTEL_ENABLED": "false"
}Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"io-github-oaslananka-easyeda-mcp-pro": {
"command": "npx",
"args": [
"-y",
"easyeda-mcp-pro"
],
"env": {
"NODE_ENV": "development",
"LOG_LEVEL": "info",
"TOOL_PROFILE": "core",
"TRANSPORT": "stdio",
"HTTP_HOST": "127.0.0.1",
"HTTP_PORT": "3000",
"BRIDGE_HOST": "127.0.0.1",
"BRIDGE_PORT": "18601",
"BRIDGE_TIMEOUT_MS": "15000",
"DATA_DIR": ".easyeda-mcp-pro",
"JLCPCB_MODE": "disabled",
"JLCPCB_CLIENT_ID": "YOUR_SECRET_VALUE",
"JLCPCB_CLIENT_SECRET": "YOUR_SECRET_VALUE",
"MOUSER_API_KEY": "YOUR_SECRET_VALUE",
"DIGIKEY_CLIENT_ID": "YOUR_SECRET_VALUE",
"DIGIKEY_CLIENT_SECRET": "YOUR_SECRET_VALUE",
"LCSC_API_KEY": "YOUR_SECRET_VALUE",
"AI_API_KEY": "YOUR_SECRET_VALUE",
"OAUTH_ENABLED": "false",
"OTEL_ENABLED": "false"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
easyeda-mcp-pro is an MCP server for MCP server for EasyEDA Pro: PCB design, BOM sourcing, and AI-assisted hardware review.. It supports STDIO transport.
Use the generated config in Install. This server runs with npx -y easyeda-mcp-pro; add any required environment variables before starting your client.
Choose the Claude Desktop tab in Install and copy the config for npx -y easyeda-mcp-pro. Add required environment variables before starting Claude Desktop.
Choose the Claude Code tab in Install and copy the config for npx -y easyeda-mcp-pro. Add required environment variables before starting Claude Code.
Choose the Codex tab in Install and copy the config for npx -y easyeda-mcp-pro. Add required environment variables before starting Codex.
Choose the Cursor or VS Code tab in Install and copy the config for npx -y easyeda-mcp-pro. Add required environment variables before starting Cursor or VS Code.
easyeda-mcp-pro uses STDIO transport. Use the package or command config in Install.
easyeda-mcp-pro inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
easyeda-mcp-pro does not advertise a verified auth requirement. If discovery fails, it may still need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
easyeda-mcp-prostdio | npm | 0.2.0 | Env: NODE_ENV Env: LOG_LEVEL Env: TOOL_PROFILE Env: TRANSPORT Env: HTTP_HOST Env: HTTP_PORT Env: BRIDGE_HOST Env: BRIDGE_PORT Env: BRIDGE_TIMEOUT_MS Env: DATA_DIR Env: JLCPCB_MODE Env: JLCPCB_CLIENT_ID secret Env: JLCPCB_CLIENT_SECRET secret Env: MOUSER_API_KEY secret Env: DIGIKEY_CLIENT_ID secret Env: DIGIKEY_CLIENT_SECRET secret Env: LCSC_API_KEY secret Env: AI_API_KEY secret Env: OAUTH_ENABLED Env: OTEL_ENABLED |