cocos-mcp-setup

Install and configure the cocos-mcp-server MCP extension in Cocos Creator projects.

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/tense-i/stock-market-simulator --skill cocos-mcp-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cocos-mcp-setup
Source: https://github.com/tense-i/stock-market-simulator/tree/main/.claude/skills/cocos-mcp-setup
Command: npx skills add https://github.com/tense-i/stock-market-simulator --skill cocos-mcp-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cocos Creator 프로젝트에 MCP 서버를 설치하고 설정하는 반복적이고 오류가 발생하기 쉬운 절차를 자동화하여 개발 워크플로를 간소화합니다.

Core Features & Use Cases

  • Automatic MCP extension installation: Clones or updates the cocos-mcp-server plugin into extensions/cocos-mcp-server to ensure the latest version is available.
  • Dependency installation: Runs npm install --production --prefix extensions/cocos-mcp-server to install required dependencies for the MCP server.
  • Project validation and guidance: Checks that the project has an assets/ directory and provides clear next steps to register and run the MCP server in Cocos Creator.
  • Use Case: You are integrating MCP server support into a Cocos Creator project and need a repeatable, safe setup flow for new and existing projects.

Quick Start

Open your Cocos Creator project and run the setup to install extensions/cocos-mcp-server and its dependencies.

Frequently Asked Questions about cocos-mcp-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install an MCP server in a Cocos Creator project?

To install an MCP server in a Cocos Creator project, you run a setup process that clones the cocos-mcp-server plugin into the extensions directory and executes npm install with a production prefix to configure dependencies.

What are the prerequisites for setting up the Cocos Creator MCP extension?

The primary prerequisite for setting up the Cocos Creator MCP extension is having an existing Cocos Creator project that contains an assets directory. The installation process validates this structure before proceeding.

Can I update an existing MCP server installation in Cocos Creator?

Yes, you can update an existing MCP server installation in Cocos Creator. The setup process handles both initial installations and updates by using git operations to pull the latest version of the cocos-mcp-server extension.

Why does my Cocos Creator MCP setup fail during dependency installation?

Cocos Creator MCP setup may fail if the project lacks an assets directory or if git and npm are not properly configured. The process enforces checks for the assets folder and runs npm install within the extension directory.

What is the best way to automate MCP server integration for Cocos Creator?

The best way to automate MCP server integration for Cocos Creator is using an automated setup flow that clones the extension repository and installs dependencies, ensuring a repeatable and safe configuration for new and existing projects.