Funplay Cocos MCP
About
stdio bridge for the local Cocos Creator Editor MCP server from FunplayAI/funplay-cocos-mcp.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
FUNPLAY_COCOS_MCP_URL FUNPLAY_COCOS_MCP_TIMEOUT_SECONDSClaude Code
claude mcp add --env FUNPLAY_COCOS_MCP_URL= --env FUNPLAY_COCOS_MCP_TIMEOUT_SECONDS= funplay-cocos-mcp -- npx funplay-cocos-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"funplay-cocos-mcp","command":"npx","args":["funplay-cocos-mcp"],"env":{"FUNPLAY_COCOS_MCP_URL":"","FUNPLAY_COCOS_MCP_TIMEOUT_SECONDS":""}}'
JSON
{
"mcpServers": {
"funplay-cocos-mcp": {
"command": "npx",
"args": [
"funplay-cocos-mcp"
],
"env": {
"FUNPLAY_COCOS_MCP_URL": "",
"FUNPLAY_COCOS_MCP_TIMEOUT_SECONDS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.