这是一个为 Cocos Creator 设计的 MCP (Model Context Protocol) 桥接插件,用于连接外部 AI 工具与 Cocos Creator 编辑器,实现对场景、节点等资源的自动化操作。
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-bridge npx -y firekula/mcp-bridge
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-bridge": {
"command": "npx",
"args": [
"-y",
"firekula/mcp-bridge"
]
}
}
}