Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AIFire in da houseCheck it out free

cocos-mcp

MCP.Pizza Chef: tidys

cocos-mcp is an MCP server that enables AI models to interact with and operate the CocosCreator editor through the MCP protocol. It facilitates automation and intelligent control of CocosCreator projects by exposing editor functionalities as MCP tools, allowing seamless integration with MCP clients like VSCode or Windsurf. This server requires installation of a compatible CocosCreator plugin and Node.js environment to function.

Use This MCP server To

Automate scene creation and editing in CocosCreator Control CocosCreator editor via natural language commands Integrate CocosCreator workflows into AI-powered development environments Trigger project builds and asset management through MCP clients Synchronize CocosCreator project state with external MCP tools Enable AI-assisted debugging and testing within CocosCreator

README

cocos-mcp

基于mcp协议,实现通过AI去操作CocosCreator编辑器。

使用教程

  1. 安装nodejs,并全局安装cocos-mcp

    npm i cocos-mcp -g

  2. 在mcp客户端(vscode/windsurf等)中配置mcp-server

    {
        "cocos-mcp": {
            "command": "cocos-mcp",
        }
    }
  3. 下载支持mcp协议的cocos creator插件,并安装到creator项目中

  4. 在mcp客户端中刷新mcp-server,如果一切正常,就会看到creator插件提供的mcp tools。

cocos-mcp FAQ

How do I install cocos-mcp server?
Install Node.js, then globally install cocos-mcp via npm with 'npm i cocos-mcp -g'.
How do I connect cocos-mcp with an MCP client?
Configure the MCP client (e.g., VSCode) to run the 'cocos-mcp' command as an MCP server.
What additional setup is required for CocosCreator?
Install the MCP protocol-compatible plugin into your CocosCreator project to expose editor tools.
Can cocos-mcp automate tasks inside CocosCreator?
Yes, it allows AI models to perform editing, building, and asset management tasks programmatically.
Is cocos-mcp compatible with multiple MCP clients?
Yes, it works with any MCP client that supports server configuration, such as VSCode and Windsurf.
What programming environment is needed for cocos-mcp?
Node.js must be installed to run the cocos-mcp server.
Does cocos-mcp support real-time interaction with CocosCreator?
Yes, it enables real-time control and feedback between AI models and the editor.
Can I extend cocos-mcp with custom tools?
Yes, by modifying or adding plugins in CocosCreator that expose additional MCP tools.