Cocos MCP Server
一款全面的、便捷的cocos creator AI MCP服务插件,适用于3.8.0以上cocos版本,一键安装,一键启动。A comprehensive and convenient cocos creator AI MCP service plug-in, suitable for cocos versions above 3.8.0, one-click installation and o
AI Skill Market Insights
Real data. Real impact.
Emerging
Developers
Quick Start
Install Command
# Cocos MCP Server
# 1. Find the exact package/command in the repo README:
# https://github.com/DaxianLee/cocos-mcp-server#readme
#
# 2. Add it to Claude Code:
claude mcp add cocos -- <command from README>
#
# …or add to claude_desktop_config.json:
# {
# "mcpServers": {
# "cocos-mcp-server": { "command": "<...>", "args": ["<...>"] }
# }
# }