MCP Server
MCP
Funplay Cocos MCP
stdio bridge for the local Cocos Creator Editor MCP server from FunplayAI/funplay-cocos-mcp.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "funplay-cocos-mcp",
"version": "0.5.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional local Cocos MCP HTTP endpoint. Defaults to http://127.0.0.1:8765/.",
"format": "string",
"name": "FUNPLAY_COCOS_MCP_URL"
},
{
"description": "Optional HTTP timeout per request in seconds. Defaults to 120.",
"format": "string",
"name": "FUNPLAY_COCOS_MCP_TIMEOUT_SECONDS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment