jlcmcp

hyl64/jlcmcp
★ 23 stars TypeScript 🤖 AI/LLM Updated 8d ago
嘉立创 EDA MCP Server — 39 个 PCB 自动化工具,让Agent 直接操控嘉立创 EDA
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jlcmcp": {
      "command": "npx",
      "args": [
        "-y",
        "hyl64/jlcmcp"
      ]
    }
  }
}