unity-initial-setup

Installs and configures the unity-mcp-cli tool for Unity project MCP integration.

1|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/Fermisloth/Project-Aegis-Adaptive-Outbreak-Containment --skill unity-initial-setup-fermisloth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-initial-setup
Source: https://github.com/Fermisloth/Project-Aegis-Adaptive-Outbreak-Containment/tree/main/.agent/skills/unity-initial-setup
Command: npx skills add https://github.com/Fermisloth/Project-Aegis-Adaptive-Outbreak-Containment --skill unity-initial-setup-fermisloth

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, configuring MCP tools, and generating AI Skills, which involves multiple manual steps that are easy to get wrong. ## Core Features & Use Cases - CLI Installation Guidance: Walks through installing Node.js and the unity-mcp-cli npm package globally with version verification. - Project Configuration: Covers installing the Unity-MCP plugin, enabling MCP tools, prompts, and resources, and connecting AI agents like Claude Code or Cursor. - Command Reference & Troubleshooting: Provides a table of common unity-mcp-cli commands plus fixes for issues like missing npm or failed skill generation. - Use Case: A developer starting a new Unity game project uses this guide to install the CLI, configure MCP integration for their AI agent, and generate skill files in minutes. ## Quick Start Ask the AI to install unity-mcp-cli globally and configure MCP integration for your Unity project at a given 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 my Unity project?

Install unity-mcp-cli globally using npm with the command npm install -g unity-mcp-cli, then verify with unity-mcp-cli --version. You can also run it without global installation using npx unity-mcp-cli.

How to set up MCP integration for Claude Code with Unity?

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 including Cursor and Copilot.

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

unity-mcp-cli requires Node.js version 20.19.0 or higher, or 22.12.0 and above. Node 21.x is explicitly not supported, so install the LTS version from nodejs.org or via winget.

Why does unity-mcp-cli skill generation fail?

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

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

Yes, you can run any unity-mcp-cli command without global installation by prefixing it with npx, for example npx unity-mcp-cli --help. This is useful for one-off commands or testing.