Unity MCP enables AI assistants like Claude and Cursor to interact directly with the Unity Editor through the Model Context Protocol, providing tools to manage assets, control scenes, edit scripts, and automate development tasks. The server offers capabilities including scene management, physics simulation, profiler control, build automation, asset organization, and script editing, allowing LLMs to programmatically manipulate Unity projects. By bridging AI assistants with Unity's editor infrastructure, the server solves the problem of AI-assisted game development by giving language models native access to perform complex editor operations.
| English | 简体中文 |
|---|
Create your Unity apps with LLMs. MCP for Unity bridges AI assistants — Claude, Codex, VS Code, local LLMs, and more — with your Unity Editor via the Model Context Protocol. Give your LLM the tools to manage assets, control scenes, edit scripts, run tests, and automate workflows.
In Unity: Window → Package Manager → + → Add package from git URL, paste:
https://github.com/CoplayDev/unity-mcp.git?path=/MCPForUnity#main
Beta channel uses #beta. Asset Store and OpenUPM paths are documented in the Install guide.
Then Window → MCP for Unity → Configure All Detected Clients. That's it — try a prompt:
Create a red, blue, and yellow cube in the current scene.
Full walkthrough: Your First Prompt.
Full history: Release Notes.
See CONTRIBUTING.md. Branch off beta, not main. The full dev setup, testing, and release process live in the Contributing docs.
If MCP for Unity helped your research, please cite it.
@inproceedings{wu2025mcpunity,
author = {Wu, Shutong and Barnett, Justin P.},
title = {{MCP-Unity}: {Protocol-Driven} Framework for Interactive {3D} Authoring},
year = {2025},
isbn = {9798400721366},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3757376.3771417},
doi = {10.1145/3757376.3771417},
series = {SA Technical Communications '25}
}
Aura offers 2 AI tools for Unity:
This project is a free and open-source tool for the Unity Editor, and is not affiliated with Unity Technologies.
License: MIT — see LICENSE.
miapre/html-to-figma-design-system
ie3jp/illustrator-mcp-server
coding-solo/godot-mcp
ivanmurzak/unity-mcp
yctimlin/mcp_excalidraw
figma/mcp-server-guide