Stats
Actions
Tags
From easyeda-pro
Connects to EasyEDA for PCB design, schematic capture, and component library access. Runs locally as a subprocess. May require EasyEDA credentials or API keys.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"easyeda-mcp-pro": {
"command": "npx",
"args": [
"easyeda-mcp-pro"
],
"env": {
"TRANSPORT": "stdio",
"BRIDGE_HOST": "127.0.0.1",
"BRIDGE_PORT": "49620",
"TOOL_PROFILE": "core"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
TRANSPORT=stdioBRIDGE_HOST=127.0.0.1BRIDGE_PORT=49620TOOL_PROFILE=corenpx claudepluginhub oaslananka/agent-tools --plugin easyeda-pro