Unity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP for Unity is a Model Context Protocol server that connects Claude, Cursor, VS Code Copilot, and other LLM clients directly to the Unity Editor via a C# Unity package and a Python 3.10+ server component. Once installed through the Unity Package Manager and configured with the built-in "Configure All Detected Clients" wizard, it exposes tools for managing assets, populating and controlling scenes, editing scripts, executing tests, and automating editor workflows. Scripts written through the integration are validated using Roslyn before execution, reducing syntax errors from AI-generated code. The server supports routing commands across multiple simultaneous Unity instances and organizes its capabilities into opt-in tool groups covering areas such as VFX, animation, UI, and testing. Game developers and technical artists who want to drive Unity Editor operations through natural-language prompts are the primary audience, and the project has been formally published as an ACM SIGGRAPH Asia 2025 paper on protocol-driven 3D authoring.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Mature repo (>1y old)
git clone https://github.com/CoplayDev/unity-mcpResumen de MCP Servers
<img width="676" height="380" alt="MCP for Unity" src="docs/images/logo.png" />
| [English](README.md) | [简体中文](docs/i18n/README-zh.md) |
|----------------------|---------------------------------|
#### Proudly sponsored and maintained by [Aura](https://www.tryaura.dev/) — the AI assistant for Unreal & Unity.
##### And don't miss [Godot AI](https://github.com/hi-godot/godot-ai), the new open source MCP/AI project from the makers of MCP for Unity.
[](https://coplaydev.github.io/unity-mcp/)
[](https://discord.gg/y4p8KfzrN4)
[](https://www.coplay.dev/?ref=unity-mcp)
[](https://unity.com/releases/editor/archive)
[](https://www.python.org)
[](https://modelcontextprotocol.io/introduction)
[](https://opensource.org/licenses/MIT)
**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](https://modelcontextprotocol.io/introduction). Give your LLM the tools to manage assets, control scenes, edit scripts, run tests, and automate workflows.
<img alt="MCP for Unity building a scene" src="docs/images/building_scene.gif">
---
## Read the Docs
### **→ [coplaydev.github.io/unity-mcp](https://coplaydev.github.io/unity-mcp/)**
---
## Install
In Unity: **Window → Package Manager → + → Add package from git URL**, paste:
```text
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](https://coplaydev.github.io/unity-mcp/getting-started/install).
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](https://coplaydev.github.io/unity-mcp/getting-started/first-prompt).
---
<!-- recent-updates:start -->
<details>
<summary><strong>Recent Updates</strong></summary>
* **[v9.7.0](https://github.com/CoplayDev/unity-mcp/releases/tag/v9.7.0)** (2026-05-22)
* **[v9.6.8](https://github.com/CoplayDev/unity-mcp/releases/tag/v9.6.8)** (2026-04-27)
* **[v9.6.6](https://github.com/CoplayDev/unity-mcp/releases/tag/v9.6.6)** (2026-04-07)
* **[v9.6.5](https://github.com/CoplayDev/unity-mcp/releases/tag/v9.6.5)** (2026-04-03)
* **[v9.6.4](https://github.com/CoplayDev/unity-mcp/releases/tag/v9.6.4)** (2026-03-31)
Full history: [Release Notes](https://coplaydev.github.io/unity-mcp/releases).
</details>
<!-- recent-updates:end -->
---
## Community
- [Discord](https://discord.gg/y4p8KfzrN4) — chat with maintainers and other contributors
- [Issues](https://github.com/CoplayDev/unity-mcp/issues) — bugs and feature requests
- [Discussions](https://github.com/CoplayDev/unity-mcp/discussions) — design ideas and broader questions
- Security: see [SECURITY.md](SECURITY.md) for private reporting
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md). Branch off `beta`, not `main`. The full dev setup, testing, and release process live in the [Contributing](https://coplaydev.github.io/unity-mcp/contributing/dev-setup) docs.
## Advanced
- **Multiple Unity instances** — [Multi-Instance Routing](https://coplaydev.github.io/unity-mcp/guides/multi-instance)
- **Tool groups (vfx / animation / ui / testing / etc.)** — [Tool Groups](https://coplaydev.github.io/unity-mcp/guides/tool-groups)
- **Roslyn script validation** — [Roslyn Validation](https://coplaydev.github.io/unity-mcp/guides/roslyn)
- **Remote-hosted server with auth** — [Remote Server Auth](https://coplaydev.github.io/unity-mcp/guides/remote-server-auth)
## Star History
[](https://www.star-history.com/#CoplayDev/unity-mcp&Date)
## Citation
If MCP for Unity helped your research, please cite it.
```bibtex
@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}
}
```
## Unity AI Tools by Aura
Aura offers 2 AI tools for Unity:
- **MCP for Unity** is available freely under the MIT license.
- **Aura for Unity** is a premium Unity/Unreal AI assistant built for game devs.
## Disclaimer
This project is a free and open-source tool for the Unity Editor, and is not affiliated with Unity Technologies.
---
**License:** MIT — see [LICENSE](LICENSE).
Lo que la gente pregunta sobre unity-mcp
¿Qué es CoplayDev/unity-mcp?
+
CoplayDev/unity-mcp es mcp servers para el ecosistema de Claude AI. Unity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity. Tiene 10.6k estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala unity-mcp?
+
Puedes instalar unity-mcp clonando el repositorio (https://github.com/CoplayDev/unity-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar CoplayDev/unity-mcp?
+
Nuestro agente de seguridad ha analizado CoplayDev/unity-mcp y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene CoplayDev/unity-mcp?
+
CoplayDev/unity-mcp es mantenido por CoplayDev. La última actividad registrada en GitHub es de today, con 54 issues abiertos.
¿Hay alternativas a unity-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega unity-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/coplaydev-unity-mcp)<a href="https://claudewave.com/repo/coplaydev-unity-mcp"><img src="https://claudewave.com/api/badge/coplaydev-unity-mcp" alt="Featured on ClaudeWave: CoplayDev/unity-mcp" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。