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.