PluginBench
MCP Server
Active
MIT

Funplay Cocos MCP MCP Server

io.github.FunplayAI/funplay-cocos-mcp

What is the Funplay Cocos MCP MCP server?

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

How to install Funplay Cocos MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "funplay-cocos-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "funplay-cocos-mcp"
      ],
      "env": {
        "FUNPLAY_COCOS_MCP_URL": "<YOUR_FUNPLAY_COCOS_MCP_URL>",
        "FUNPLAY_COCOS_MCP_TIMEOUT_SECONDS": "<YOUR_FUNPLAY_COCOS_MCP_TIMEOUT_SECONDS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "funplay-cocos-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "funplay-cocos-mcp"
      ],
      "env": {
        "FUNPLAY_COCOS_MCP_URL": "<YOUR_FUNPLAY_COCOS_MCP_URL>",
        "FUNPLAY_COCOS_MCP_TIMEOUT_SECONDS": "<YOUR_FUNPLAY_COCOS_MCP_TIMEOUT_SECONDS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "funplay-cocos-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "funplay-cocos-mcp"
      ],
      "env": {
        "FUNPLAY_COCOS_MCP_URL": "<YOUR_FUNPLAY_COCOS_MCP_URL>",
        "FUNPLAY_COCOS_MCP_TIMEOUT_SECONDS": "<YOUR_FUNPLAY_COCOS_MCP_TIMEOUT_SECONDS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "funplay-cocos-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "funplay-cocos-mcp"
      ],
      "env": {
        "FUNPLAY_COCOS_MCP_URL": "<YOUR_FUNPLAY_COCOS_MCP_URL>",
        "FUNPLAY_COCOS_MCP_TIMEOUT_SECONDS": "<YOUR_FUNPLAY_COCOS_MCP_TIMEOUT_SECONDS>"
      }
    }
  }
}
Claude Code
claude mcp add funplay-cocos-mcp --env FUNPLAY_COCOS_MCP_URL=<YOUR_FUNPLAY_COCOS_MCP_URL> --env FUNPLAY_COCOS_MCP_TIMEOUT_SECONDS=<YOUR_FUNPLAY_COCOS_MCP_TIMEOUT_SECONDS> -- npx -y funplay-cocos-mcp

Related MCP servers

AI-powered Unity Editor MCP server with 92 tools for scene creation, scripting, and game automation.

157
C#
MIT
View repository →

stdio bridge for the local Godot Editor MCP server from FunplayAI/funplay-godot-mcp.

22
GDScript
MIT
View repository →

stdio bridge for the local Unreal Editor MCP server from FunplayAI/funplay-unreal-mcp.

1
Python
MIT
View repository →