Cocos Creator
Integrates with Cocos Creator 3.8 game development workflows through TypeScript-based tools for scene manipulation, node management, component operations, asset handling, prefab creation, and project debugging with both Editor API and runtime script execution capabilities.
Featured
View Source128 stars
0 tools
Created Aug 2025
@daxianlee/daxianlee-cocos-creator-cocos-mcp-serverAbout
Integrates with Cocos Creator 3.8 game development workflows through TypeScript-based tools for scene manipulation, node management, component operations, asset handling, prefab creation, and project debugging with both Editor API and runtime script execution capabilities.
Categories
general
Installation
npm
npm install @daxianlee/daxianlee-cocos-creator-cocos-mcp-server
Configuration
{
"mcpServers": {
"daxianlee-cocos-creator-cocos-mcp-server": {
"command": "npx",
"args": [
"-y",
"@daxianlee/daxianlee-cocos-creator-cocos-mcp-server"
]
}
}
}