extension-dev-mcp-tools

easyeda/extension-dev-mcp-tools
★ 2 stars TypeScript 🤖 AI/LLM Updated 29d ago
用于AI Agent自动调试扩展的MCP服务。MCP service for automated debugging extension of AI Agent
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": {
    "extension-dev-mcp-to": {
      "command": "npx",
      "args": [
        "-y",
        "easyeda/extension-dev-mcp-tools"
      ]
    }
  }
}