mcp-bridge

firekula/mcp-bridge
★ 147 stars TypeScript 🤖 AI/LLM Updated 19d ago
这是一个为 Cocos Creator 设计的 MCP (Model Context Protocol) 桥接插件,用于连接外部 AI 工具与 Cocos Creator 编辑器,实现对场景、节点等资源的自动化操作。
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": {
    "mcp-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "firekula/mcp-bridge"
      ]
    }
  }
}