Skip to content
Gemini CLI

Funplay Cocos MCP for Gemini CLI

io.github.funplayai/funplay-cocos-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install Funplay Cocos MCP in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "funplay-cocos-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "funplay-cocos-mcp"
      ],
      "env": {
        "FUNPLAY_COCOS_MCP_URL": "<FUNPLAY_COCOS_MCP_URL>",
        "FUNPLAY_COCOS_MCP_TIMEOUT_SECONDS": "<FUNPLAY_COCOS_MCP_TIMEOUT_SECONDS>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Funplay Cocos MCP in other clients