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_URLOptional local Cocos MCP HTTP endpoint. Defaults to http://127.0.0.1:8765/.
FUNPLAY_COCOS_MCP_TIMEOUT_SECONDSOptional 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-mcpRelated MCP servers
Funplay Unity MCP
Active
AI-powered Unity Editor MCP server with 92 tools for scene creation, scripting, and game automation.
157
View repository →C#
MIT
Funplay Godot MCP
Active
stdio bridge for the local Godot Editor MCP server from FunplayAI/funplay-godot-mcp.
22
View repository →GDScript
MIT
Funplay Unreal MCP
Active
stdio bridge for the local Unreal Editor MCP server from FunplayAI/funplay-unreal-mcp.
1
View repository →Python
MIT