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, Kiro, Qoder, Kimi Code, and OpenCode inspect and operate your running Cocos project.

People who work with Funplay and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-12 · ★ 257 · #13 OF 227 MAINTAINED AUTOMATION · VERIFIED 2026-09-18

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.6.3 · 2026-09-12

Funplay MCP for Cocos v0.6.3 · Fixed · Fixed Object.hasOwn is not a function in older Cocos Creator editor runtimes (reported on 3.8.3), affecting Configure + Skills, JSONC configuration, and project prompts. Use…

v0.6.2 · 2026-09-11

Funplay MCP for Cocos v0.6.2 · Added · Added OpenCode one-click MCP configuration and project-local Skills support (.opencode/skills), contributed in #19. · OpenCode configuration reads and updates JSON/JSONC with…

v0.6.1 · 2026-09-10

Funplay MCP for Cocos v0.6.1 · Fixed · Fixed Game View preview started through MCP leaving the native toolbar in a stopped or wrong-platform state, which disabled manual pause controls. Preview starts and mode changes…

04 · Who maintains Funplay Cocos MCP

Funplay Cocos MCP is maintained by funplayai. We track 4 MCP servers from funplayai - 4 actively maintained, 544 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. ★ 37
  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. ★ 247

05 · Facts

category
automation - ranked #13 of 227 actively-maintained automation servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-12)
registry
io.github.FunplayAI/funplay-cocos-mcp (active, first published 2026-05-21 · 17 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, Kiro, Qoder, Kimi Code, and OpenCode inspect and operate your running Cocos project.

Is Funplay Cocos MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-12 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

More automation MCP servers · Qikly · Galaxy MCP · Glif · Goodeye

More JavaScript MCP servers · Web Anatomy · Cesium MCP Dev · Cesium MCP Runtime · Presentations · Andru - Operational Empathy for B2B · see all