Skip to content

Funplay Cocos MCP for Zed

io.github.funplayai/funplay-cocos-mcp

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

client:Zed transport:stdio runtime:npm

Install Funplay Cocos MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Funplay Cocos MCP in other clients