Funplay Cocos MCP
Rank #1,529io.github.FunplayAI/funplay-cocos-mcp
stdio bridge for the local Cocos Creator Editor MCP server from FunplayAI/funplay-cocos-mcp.
Funplay Cocos MCP is a Model Context Protocol (MCP) server published by funplayai. It ranks #1,529 of 115,460 servers tracked on MCP Toplist, and its repository has 200 GitHub stars. Funplay Cocos MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on May 20, 2026 and most recently updated on Aug 18, 2026.
Ranks ahead of 113,931 of 115,460 servers on MCP Toplist.
Use Funplay Cocos MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add funplay-cocos-mcp -e "FUNPLAY_COCOS_MCP_URL=<your FUNPLAY_COCOS_MCP_URL>" -e "FUNPLAY_COCOS_MCP_TIMEOUT_SECONDS=<your FUNPLAY_COCOS_MCP_TIMEOUT_SECONDS>" -- npx -y funplay-cocos-mcpReplace each placeholder with your own value before saving.
[mcp_servers.funplay-cocos-mcp]
command = "npx"
args = ["-y", "funplay-cocos-mcp"]
[mcp_servers.funplay-cocos-mcp.env]
FUNPLAY_COCOS_MCP_URL = "<your FUNPLAY_COCOS_MCP_URL>"
FUNPLAY_COCOS_MCP_TIMEOUT_SECONDS = "<your FUNPLAY_COCOS_MCP_TIMEOUT_SECONDS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.FunplayAI%2Ffunplay-cocos-mcp)<a href="https://mcptoplist.com/server/io.github.FunplayAI%2Ffunplay-cocos-mcp"><img src="https://mcptoplist.com/badge/io.github.FunplayAI%2Ffunplay-cocos-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
funplayai
Other servers by funplayai
View all funplayai servers →Available versions (5)
| Version | Published |
|---|---|
| 0.5.0 | Aug 18, 2026 |
| 0.4.7 | Aug 10, 2026 |
| 0.4.6 | Jul 31, 2026 |
| 0.4.5 | Jul 27, 2026 |
| 0.3.2 | May 21, 2026 |
Frequently asked questions
- Who maintains Funplay Cocos MCP?
- Funplay Cocos MCP is maintained by funplayai, which publishes 4 MCP servers (27 total versions) tracked on MCP Toplist.
- Is Funplay Cocos MCP listed on the Official MCP Registry?
- Yes — Funplay Cocos MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Funplay Cocos MCP have?
- MCP Toplist tracks 5 versions of Funplay Cocos MCP, most recently published on Aug 18, 2026.
- Where can I find the source code for Funplay Cocos MCP?
- The source code for Funplay Cocos MCP is hosted at github.com/funplayai/funplay-cocos-mcp.