MCP Unity
Connects AI assistants to the Unity Editor for automation, asset management, and scene inspection.
Delv Safety Grade: C
Score 54/100 · assessed 2026-04-18
MCP Unity is a community-maintained server enabling AI assistants to control the Unity Editor directly. The maintainer CoderGamester appears to be a solo developer with limited public profile. The server grants extensive permissions including filesystem access, shell execution within Unity's C# environment, and the ability to modify game assets, scenes, and project settings. Installation requires manual Unity Package Manager setup via git URL rather than a standard package registry, increasing supply chain risk. The repository is open source with basic documentation, but lacks formal security review or versioning. No known security incidents exist, but the combination of broad Unity Editor control, solo maintenance, and non-standard distribution creates meaningful risk for production game development environments. Suitable for experimental or sandboxed Unity projects only.
Green flags
- Open source repository with visible code
- Specific use case (Unity gamedev) limits attack surface somewhat
- No known security incidents or malicious activity
- Basic documentation present in repository
Red flags
- Solo maintainer with limited public track record
- Direct Unity Editor control allows arbitrary C# code execution
- No package registry distribution, git URL install only
- Broad filesystem and asset modification capabilities
- Lacks formal security review or audit trail
Permissions requested
Install
Install via Unity Package Manager git URL
Review
Install this if you're a Unity developer who lives in Claude Desktop and wants to skip the Editor UI for asset audits and scene queries. Skip it if you're new to Unity scripting or prefer visual workflows. The setup friction only pays off if you're already fluent in both tools.
Good at
- Exposes Unity's scene graph and asset database as queryable data, which is genuinely faster than clicking through the Editor for audits.
- Prefab and GameObject manipulation through natural language saves time on repetitive setup tasks.
- First-party integration with Unity's API means it can access anything the Editor can, no reverse engineering required.
- Useful for performance profiling workflows where you need to aggregate mesh or material stats across large scenes.
Watch out
- Install requires familiarity with Unity Package Manager git URLs, no one-click setup.
- Documentation assumes you already understand Unity's scripting API and MCP architecture.
- Server only runs when Unity Editor is open, so you lose the connection if you close the project.
- Community project with no official support, expect slower updates and potential compatibility breaks with Unity versions.
Use cases
- Unity Editor automation
- asset pipeline control
- scene graph inspection
- prefab management
Getting started
Works with
Similar MCPs
- DaVinci Resolve MCPFull coverage of the DaVinci Resolve scripting API so agents can drive timelines, edits, colour grading, and media management via Claude.
- Free Will MCPExperimental tools that let an AI give itself prompts, ignore user requests, or go to sleep, for studying autonomy.
- Godot MCPInteracts with the Godot game engine for scene editing, running, debugging, and project management.
- QGIS MCPConnects QGIS Desktop to Claude for prompt-assisted project creation, layer loading, and code execution.