DevelopmentTypeScript
cocos-mcp-server
A comprehensive and convenient cocos creator AI MCP service plug-in.
N/A rating (0 reviews)0 installs734 GitHub stars
cocosAIMCPplugin
This plugin allows AI assistants to interact with the Cocos Creator editor through a standardized protocol. It simplifies installation and usage, eliminating complex environment setups and configurations.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"cocos-mcp-server-1": {
"args": [
"-y",
"@modelcontextprotocol/server-cocos-mcp-server-1"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.