Download Unity MCP Plugin
Choose your preferred installation method and get started in seconds.
Installation Options
CLI
Install via the unity-mcp-cli tool. No need to download anything manually — just run the commands in your terminal.
Install Unity Editor using the CLI. Skip if already installed.
npx unity-mcp-cli install-unity 6000.3.9f1Create a new Unity project using the CLI, or use an existing one.
npx unity-mcp-cli create-project ./MyUnityProjectRun this command from your terminal to install the Unity MCP package.
npx unity-mcp-cli install-plugin ./MyUnityProjectOpen the project in Unity Editor using the CLI.
npx unity-mcp-cli open ./MyUnityProjectUnity Package Installer
Download the .unitypackage installer and import it directly into your Unity project.
Download and install Unity Hub, then install a Unity Editor version. Skip if already installed.
Create a new Unity project using Unity Hub, or use an existing one.
Open your Unity project via Unity Hub. Then double-click the downloaded .unitypackage file, or use Assets > Import Package > Custom Package in the Unity Editor.
Verify Installation
- Open Unity Editor with the project where you installed the plugin.
- Navigate to Window → AI Game Developer and verify the panel opens.
- Check the Unity Console for any errors related to MCP initialization.
- Configure AI agent (Claude Code, Cursor, VS Code, etc.) to connect to https://ai-game.dev/mcp and verify Unity responds.