unity-initial-setup

Installs unity-mcp-cli and configures Unity projects with MCP integration and AI skills.

Updated May 27, 2026
One-click install
npx skills add https://github.com/AdielMag/ClashUp --skill unity-initial-setup-adielmag
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: unity-initial-setup
Source: https://github.com/AdielMag/ClashUp/tree/main/client/ClashUp.Unity/.claude/skills/unity-initial-setup
Command: npx skills add https://github.com/AdielMag/ClashUp --skill unity-initial-setup-adielmag

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires unity-mcp-cli.

What problem does it solve? Setting up a Unity project for AI-assisted development requires installing the unity-mcp-cli tool, adding the Unity-MCP plugin, configuring MCP tools, and connecting an AI agent — a multi-step process that is easy to get wrong without guidance. ## Core Features & Use Cases - CLI Installation: Installs the unity-mcp-cli command-line tool globally via npm with Node.js version prerequisites (^20.19.0 or >=22.12.0). - Plugin & MCP Configuration: Adds the Unity-MCP plugin to a project, enables all tools, prompts, and resources, and writes MCP config for agents like Claude Code or Cursor. - Skills Generation & Project Launch: Generates AI skill files and opens the Unity project with an active MCP connection. - Use Case: A developer starting a new Unity project runs the guided commands to install the plugin, configure MCP for Claude Code, generate skills, and open the Editor with everything connected. ## Quick Start Install unity-mcp-cli globally with npm, then run install-plugin, configure, setup-mcp, and setup-skills against my Unity project path.

Frequently Asked Questions about unity-initial-setup

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

FAQPage Schema
How do I install unity-mcp-cli for Unity MCP integration?▼

Install unity-mcp-cli globally with npm install -g unity-mcp-cli, then verify with unity-mcp-cli --version. Alternatively, run any command without global installation using npx unity-mcp-cli.

How do I set up MCP for Claude Code in a Unity project?▼

Run unity-mcp-cli setup-mcp claude-code followed by your Unity project path to write the MCP configuration. Use unity-mcp-cli setup-mcp --list to see all supported AI agents.

What Node.js version does unity-mcp-cli require?▼

unity-mcp-cli requires Node.js ^20.19.0 or >=22.12.0; Node 21.x is not supported. Verify your installation with node --version and npm --version before installing the CLI.

Why does unity-mcp-cli setup-skills fail to generate skill files?▼

Skills generation fails when the Unity Editor is not running with the MCP plugin installed and connected. Open the project in Unity Editor first, confirm the plugin is loaded, then rerun setup-skills.

Can I use unity-mcp-cli without installing it globally?▼

Yes, prefix any command with npx, for example npx unity-mcp-cli --help, to run the CLI without a global npm installation. This is useful for one-off commands or CI environments.