mcp-server

Funplay Cocos MCP

The Most Advanced MCP Server for Cocos Creator Editor with `execute_javascript`, prompts/resources, screenshots, asset dependency validation, tool profiles, one-click client configuration, and edit…
176 stars20 forksJavaScriptUpdated 8/18/2026100% free · open source
What it does

Runs a local MCP server that lets you control the Cocos Creator editor programmatically (run JS, capture screenshots, validate assets, etc.)

When to use it
  • You need to automate repetitive Cocos Creator tasks (e.g., batch‑import assets or generate screenshots) from CI/CD.
  • Your game build pipeline must validate asset dependencies before packaging.
  • You want to trigger editor actions (like opening a scene) from a script or web UI.
Ready-to-paste prompt
curl -X POST http://localhost:3000/execute_javascript -H "Content-Type: application/json" -d '{"code":"const screenshot = await Editor.Message.send("scene:screenshot", {path: "./tmp/main.png"}); console.log("Saved to", screenshot.path);"}'
Heads up: The MCP server only works with Cocos Creator 3.6 or newer; older versions will silently reject requests, so verify the editor version before starting the server.
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

✅ Light setup

Installs with a command or two; your AI agent can do it for you.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/funplay-cocos-mcp && curl -fsSL https://workflowstacks.com/api/skills/funplay-cocos-mcp/claude-skill -o ~/.claude/skills/funplay-cocos-mcp/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

Quick Actions
Details
Creator
FunplayAI
Language
JavaScript
Category
mcp-server
Published
4/14/2026

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.