MCP server for EasyEDA Pro: PCB inspection, BOM, exports, and hardware review.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y easyeda-mcp-pro
MCP client config
{
"mcpServers": {
"easyeda-mcp-pro": {
"command": "npx",
"args": [
"-y",
"easyeda-mcp-pro"
]
}
}
}