cocos-mcp-server

RayAidas/cocos-mcp-server
★ 0 stars JavaScript AI/LLM Updated 2d ago
通过 **MCP (Model Context Protocol)** 用 AI 控制 [Cocos Creator] 3.8 编辑器
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cocos-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "RayAidas/cocos-mcp-server"
      ]
    }
  }
}