HomeOther › Funplay Cocos MCP

Funplay Cocos MCP

stdio bridge for the local Cocos Creator Editor MCP server from FunplayAI/funplay-cocos-mcp.

JavaScript
★ 282 stars Last pushed 2026-09-19 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.6.4)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "funplay-cocos-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "FUNPLAY_COCOS_MCP_URL": "<YOUR_VALUE>",
        "FUNPLAY_COCOS_MCP_TIMEOUT_SECONDS": "<YOUR_VALUE>"
      }
    }
  }
}
  • FUNPLAY_COCOS_MCP_URL — Optional local Cocos MCP HTTP endpoint. Defaults to http://127.0.0.1:8765/.
  • FUNPLAY_COCOS_MCP_TIMEOUT_SECONDS — Optional HTTP timeout per request in seconds. Defaults to 120.

Related servers

Data from the Official MCP Registry