# Download installer (latest)
https://github.com/IvanMurzak/AI-Game-Dev-App/releases/latestDownload
Three pieces. Install only what you need — the Unity plugin is the only required one.
Unity Plugin required
Drops into your Unity project and exposes 80+ MCP tools for AI clients.
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.
Extensions — add only what you need
openupm add com.ivanmurzak.unity.mcp.animationopenupm add com.ivanmurzak.unity.mcp.particlesystemopenupm add com.ivanmurzak.unity.mcp.probuilderVerify 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.
Desktop App optional
A polished Electron-based agent — log in with your ai-game.dev account and start prompting Unity directly. Voice input, chat history, MCP tool calls live in front of you.
# Download .dmg (latest)
https://github.com/IvanMurzak/AI-Game-Dev-App/releases/latest# AppImage / .deb (latest)
https://github.com/IvanMurzak/AI-Game-Dev-App/releases/latestCLI App optional
The same core as the Desktop, rendered in your terminal via Ink. Pair-program with your AI agent without leaving your shell.
npm install -g @ai-game-dev/cliai-game-dev- Cross-platform — Windows, macOS, Linux
- Built on Ink + Claude Agent SDK
- Same auth + session as the Desktop app
- Voice input via faster-whisper (optional)