Funplay Cocos MCP

An Embedded MCP Server for Cocos Creator Editor 中文 | English Funplay MCP for Cocos is an MIT-licensed Cocos Creator extension that embeds an HTTP MCP server directly inside the editor. It lets AI assistants such as Claude Code, Cursor, Codex, VS Code Copilot, Trae, and Kiro inspect and operate your running Cocos project. It runs locally over stdio via the published package.

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-18 · ★ 189 · #14 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Funplay Cocos MCP

before you install - you'll need

Set FUNPLAY_COCOS_MCP_URL before connecting.

Claude Code

claude mcp add funplayai-funplay-cocos-mcp -- npx -y funplay-cocos-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "funplayai-funplay-cocos-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "funplay-cocos-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package funplay-cocos-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.FunplayAI is GitHub-verified and matches the repo owner

03 · What Funplay Cocos MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.5.1 · 2026-08-18

Funplay MCP for Cocos v0.5.1 · Fixed · Normalize every cloned node produced by create_prefab_from_node to Cocos Creator's UI_2D layer (33554432) before serialization, while leaving the source scene hierarchy unchanged.…

v0.5.0 · 2026-08-18

Funplay MCP for Cocos v0.5.0 · Added · Added a dedicated Project Skills panel for listing project-local Codex skills, independently installing and updating both built-in Funplay skills, previewing template differences…

v0.4.7 · 2026-08-10

Funplay MCP for Cocos v0.4.7 · Added · Added a checksum-verified Install for All Projects workflow that installs the latest release into the active Cocos Creator version's managed global extension directory, asks…

04 · Who maintains Funplay Cocos MCP

Funplay Cocos MCP is maintained by funplayai. We track 4 MCP servers from funplayai - 4 actively maintained, 448 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from funplayai.

  1. Funplay Godot MCP stdio bridge for the local Godot Editor MCP server from FunplayAI/funplay-godot-mcp. ★ 35
  2. Funplay Unreal MCP stdio bridge for the local Unreal Editor MCP server from FunplayAI/funplay-unreal-mcp. ★ 3
  3. Funplay Unity MCP stdio bridge for the local Unity Editor MCP server from FunplayAI/funplay-unity-mcp. ★ 221

05 · Facts

category
automation - ranked #14 of 194 actively-maintained automation servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-18)
registry
io.github.FunplayAI/funplay-cocos-mcp (active, first published 2026-05-21 · 12 versions)
packages
npm:funplay-cocos-mcp

06 · Funplay Cocos MCP FAQ

What is Funplay Cocos MCP?

An Embedded MCP Server for Cocos Creator Editor 中文 | English Funplay MCP for Cocos is an MIT-licensed Cocos Creator extension that embeds an HTTP MCP server directly inside the editor. It lets AI assistants such as Claude Code, Cursor, Codex, VS Code Copilot, Trae, and Kiro inspect and operate your running Cocos project. It runs locally over stdio via the published package.

Is Funplay Cocos MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-18 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Funplay Cocos MCP?

Run `npx -y funplay-cocos-mcp`. The README documents one environment variable (FUNPLAY_COCOS_MCP_URL) to set first. Set FUNPLAY_COCOS_MCP_URL before connecting. You can also paste the ready-made client config above.

Does Funplay Cocos MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Funplay Cocos MCP