MCP server for EasyEDA Pro: PCB inspection, BOM sourcing, manufacturing export, and AI-assisted hardware review.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"easyeda-mcp-pro": {
"command": "npx",
"args": [
"-y",
"oaslananka/easyeda-mcp-pro"
]
}
}
}
Run in terminal:
claude mcp add easyeda-mcp-pro npx -y oaslananka/easyeda-mcp-pro
Add to .cursor/mcp.json:
{
"mcpServers": {
"easyeda-mcp-pro": {
"command": "npx",
"args": [
"-y",
"oaslananka/easyeda-mcp-pro"
]
}
}
}