EasyEDA Copilot runs on your own machine — the client starts it, so there is no endpoint to ping. 501 installs a week from npm. Last commit 21 Sep 2026.
Connect MCP clients to EasyEDA Desktop for schematic and PCB design, routing, inspection, and DRC.
We read the source, 10 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
async def eval(self, code, inputs=None):
async eval(code: string, inputs: unknown = {}) {
const child = spawn(process.execPath, [ENTRY, '__serve', id], { detached: true, windowsHide: true, stdio: ['ignore', log, log] });
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add easyeda-copilot -- npx -y easyeda-copilot-mcp
{
"mcpServers": {
"easyeda-copilot": {
"args": [
"-y",
"easyeda-copilot-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.easyeda-copilot]
command = "npx"
args = ["-y", "easyeda-copilot-mcp"]
{
"mcpServers": {
"easyeda-copilot": {
"args": [
"-y",
"easyeda-copilot-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"easyeda-copilot": {
"args": [
"-y",
"easyeda-copilot-mcp"
],
"command": "npx"
}
}
}
File-oriented MCP server for KiCad schematics, PCB placement, routing, and pours.
MCP server for EasyEDA Pro: PCB inspection, BOM, exports, and hardware review.
Agent-native MCP server for driving, inspecting, and asserting on real Electron desktop apps.
Read-only SQL database and plain-text SQL dump schema extraction to compact TOON for MCP clients.
EDI parse, validate, send, inspect, and QuickBooks tools for MCP clients.
Windows UI Automation MCP server for desktop inspection and element lookup. Windows only.
Connect AI coding agents to Anima Playground, Figma, and your design system.
MCP server for JWT decoding and inspection
Answers built from our own checks of this server.