Unity-MCP logo

Unity-MCP

IvanMurzak/Unity-MCP

AI Skills, MCP Tools, and CLI for Unity Engine

GraphCanon updated today · GitHub synced today

4.0k stars362 forksLast push 1d C# Apache-2.0

Decision brief

Unity-MCP provides specific C#-based tools and AI functionalities to integrate with the Unity game engine, supporting multiple LLMs within its framework.

Good fit when

  • You require efficient token usage and want to quickly set up AI functionalities in Unity using CLI commands.
  • You aim to leverage various LLMs such as Claude Code or Gemini seamlessly with your project without manual integration processes.

Avoid when

  • Your development workflow does not align with C#, as Unity-MCP heavily relies on C# for AI tool integrations.
  • If you prefer a framework that offers broader language support, instead of focusing solely on LLM tools within the scope of C# and Unity.
Pricing:
freemium - The tool is free for use due to its open-source nature; however, any additional cost may stem from LLM services that require paid plans.

Observed Jul 16, 2026 · Source: enrich:decision_facts

Verify the decision

Maintenance and security

Full trust report
Maintenance
Very active (1d since push)
As of today
Provenance
Not a fork · Personal account
As of today
Security (OSV)
No lockfile
As of 3d

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Install

git clone https://github.com/IvanMurzak/Unity-MCP

Similar tools

Same-category neighbours. No typed graph edges are catalogued for this tool yet.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

A repository providing tools and commands to integrate AI functionalities into the Unity game engine using C#. Supports multiple LLMs like Claude Code, Gemini, Copilot.

Capability facts

Languages
c#

Source: github.language · Aug 26, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Node.js runtimeNode.js

Source: README excerpt (regex_v1, Aug 26, 2026)

npm install -g unity-mcp-cli
Source link
Works with Claude DesktopClaude Desktop

Source: README excerpt (regex_v1, Aug 26, 2026)

2. **[Pick an AI agent](#step-2-install-ai-agent)** — Claude Code, Claude Desktop, GitHub Copilot, Cursor, or any other
Source link
Works with CursorCursor

Source: README excerpt (regex_v1, Aug 26, 2026)

ent](#step-2-install-ai-agent)** — Claude Code, Claude Desktop, GitHub Copilot, Cursor, or any other
Source link

Tags

README

1. Install unity-mcp-cli

npm install -g unity-mcp-cli


2. Install "AI Game Developer" in Unity project

unity-mcp-cli install-plugin ./MyUnityProject


Quick Start

Get up and running in three steps:

  1. Install plugin — download the .unitypackage installer or run openupm add com.ivanmurzak.unity.mcp

    Alternative: npx unity-mcp-cli install-plugin ./MyUnityProject — see CLI documentation

  2. Pick an AI agent — Claude Code, Claude Desktop, GitHub Copilot, Cursor, or any other

  3. Setup AI agent — open Window/AI Game Developer in Unity and click Auto-generate skills (recommended) or Configure MCP

    Alternative: npx unity-mcp-cli setup-skills claude-code ./MyUnityProject — see CLI documentation

That's it. Ask your AI "Create 3 cubes in a circle with radius 2" and watch it happen. ✨



Install Additional Skills and Tools

Install extensions when need more tools or create your own tools.

ExtensionDescription
AI AnimationSet of additional tools for Unity Animations
AI CinemachineMCP Tools for Cinemachine
AI InputSystemMCP Tools for the Unity Input System
AI NavigationMCP Tools for AI Navigation (NavMesh surfaces, baking, agents, links)
AI ParticleSystemSet of additional tools for Unity Particle System
AI ProBuilderSet of additional tools for Unity ProBuilder
AI SplinesMCP Tools for Unity Splines
AI TerrainSet of additional tools for Unity Terrain
AI TilemapMCP Tools for Unity 2D Tilemaps
AI TimelineMCP Tools for Unity Timeline cutscenes and sequences

Step 1: Install Unity MCP Plugin

⚠️ Requirements (click)

[!IMPORTANT] Project path cannot contain spaces

  • C:/MyProjects/MyProject
  • C:/My Projects/MyProject
  • C:/My Projects/My Project
  • C:/MyProjects/My Project

1.1 Install unity-mcp-cli # ┌────────────────────┐

npm install -g unity-mcp-cli # │ Available AI agent │ # ├────────────────────┤


1.2 (Optional) Install Unity # │ antigravity │

unity-mcp-cli install-unity # │ claude-code │ # │ claude-desktop │


2. Install "AI Game Developer" in Unity project # │ gemini │

unity-mcp-cli install-plugin ./MyUnityProject # │ github-copilot-cli │ # │ kilo-code │


Step 2: Install AI agent

Choose a single AI agent you prefer - you don't need to install all of them. This will be your main chat window to communicate with the LLM.

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.