Funplay Cocos MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 929 installs a week from npm. Last commit 12 Sep 2026.
stdio bridge for the local Cocos Creator Editor MCP server from FunplayAI/funplay-cocos-mcp.
We read the source, 22 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
execFile(file, args, {
return path.isAbsolute(explicitPath) ? explicitPath : path.join(projectPath, explicitPath);
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add funplay-cocos-mcp -- npx -y funplay-cocos-mcp
{
"mcpServers": {
"funplay-cocos-mcp": {
"args": [
"-y",
"funplay-cocos-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.funplay-cocos-mcp]
command = "npx"
args = ["-y", "funplay-cocos-mcp"]
{
"mcpServers": {
"funplay-cocos-mcp": {
"args": [
"-y",
"funplay-cocos-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"funplay-cocos-mcp": {
"args": [
"-y",
"funplay-cocos-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
FUNPLAY_COCOS_MCP_URL (Optional local Cocos MCP HTTP endpoint. Defaults to http://127.0.0.1:8765/.), FUNPLAY_COCOS_MCP_TIMEOUT_SECONDS (Optional HTTP timeout per request in seconds. Defaults to 120.).
The author declared them in the registry entry; get the values from the project itself.
stdio bridge for the local Unreal Editor MCP server from FunplayAI/funplay-unreal-mcp.
stdio bridge for the local Godot Editor MCP server from FunplayAI/funplay-godot-mcp.
stdio bridge for the local Unity Editor MCP server from FunplayAI/funplay-unity-mcp.
stdio bridge for the local Unity Editor MCP server from FunseaAI/unity-mcp.
Control the Unity Editor from MCP hosts through a local Rust server and C# Unity bridge.
Local-only Python MCP server for the Files.com API.
MCP server for YouTube creator-ops with a ComfyUI bridge for AI thumbnail generation.
Local-first MCP server for Canvas LMS. Stdio transport, no third-party broker.
Answers built from our own checks of this server.