MCP server for Cocos Creator that enables AI tools to automate scene editing, resource management, and project operations via HTTP and stdio interfaces.
{
"mcpServers": {
"mcp-bridge-3": {
"command": "npx",
"args": [
"-y",
"mcp-bridge"
]
}
}
}