Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Provides an initial setup for AI Skills, `unity-mcp-cli` command line tool installation and everything else that is helpful to set up at the start of the project. Essential packages, and basic configurations.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 21% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -17% | 0% |
| case-04 | ✗→✓ | ▲ Improved | 1% | 0% |
| case-06 | ✗→✓ | ▲ Improved | 18% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 7% | 0% |
This guide walks through installing the unity-mcp-cli command-line tool and using it to set up a Unity project with AI Skills and MCP integration.
unity-mcp-cli requires Node.js ^20.19.0 || >=22.12.0 (Node 21.x is not supported). If you don't have Node.js installed:
Download the installer from https://nodejs.org/ and run it, or use a package manager:
winget install OpenJS.NodeJS.LTSAfter installation, verify both node and npm are available:
node --version
npm --versionunity-mcp-cli GloballyInstall the CLI globally so the unity-mcp-cli command is available system-wide:
bashnpm install -g unity-mcp-cli
Verify installation:
bashunity-mcp-cli --version
> Alternative: Run any command without installing globally using npx: > bash > npx unity-mcp-cli --help >
Add the plugin to an existing Unity project:
bashunity-mcp-cli install-plugin /path/to/unity/project
Enable all tools, prompts, and resources:
bashunity-mcp-cli configure /path/to/unity/project \ --enable-all-tools \ --enable-all-prompts \ --enable-all-resources
Configure MCP integration for your AI agent (e.g., Claude Code, Cursor, Copilot):
bashunity-mcp-cli setup-mcp claude-code /path/to/unity/project
List all supported agents:
bashunity-mcp-cli setup-mcp --list
Generate skill files for your AI agent (requires Unity Editor to be running with the plugin):
bashunity-mcp-cli setup-skills claude-code /path/to/unity/project
bashunity-mcp-cli open /path/to/unity/project
| Command | Description | |---|---| | unity-mcp-cli install-plugin <path> | Install Unity-MCP plugin into a project | | unity-mcp-cli remove-plugin <path> | Remove Unity-MCP plugin from a project | | unity-mcp-cli configure <path> --list | List current MCP configuration | | unity-mcp-cli setup-mcp <agent> <path> | Write MCP config for an AI agent | | unity-mcp-cli setup-skills <agent> <path> | Generate skill files for an AI agent | | unity-mcp-cli create-project <path> | Create a new Unity project | | unity-mcp-cli install-unity <version> | Install a Unity Editor version | | unity-mcp-cli open <path> | Open a Unity project in the Editor | | unity-mcp-cli run-tool <tool> <path> | Execute an MCP tool via HTTP API |
Add --verbose to any command for detailed diagnostic output.
npm not found: Node.js is not installed or not in your PATH. Reinstall Node.js and restart your terminal.install-plugin, open the project in Unity Editor. The package manager resolves dependencies on project open.setup-skills.Other measured skills in the registry, with their headline benchmark lift.