75 stars on GitHub with active community development
Open source under MIT license — free to use and modify
280+ AI tools across 50 categories for Unity editor
Unity MCP Pro is a Unity editor plugin that bridges AI assistants (Claude, Cursor, Windsurf, VS Code Copilot) to your Unity editor via a robust WebSocket connection. It provides 280+ tools across 50 categories—from scene management, GameObjects, scripts, prefabs, physics, lighting, animation, materials, terrain, particles, audio, UI, build pipeline, input simulation, screenshots, testing, 2D, timeline, splines, ECS, netcode, XR, and more. Every AI operation is integrated with Unity's Undo system for full Ctrl+Z support. The plugin includes production-grade WebSocket features (heartbeat, auto-reconnect with exponential backoff, port scanning 6605–6609), smart type parsing (automatic conversion of strings to Vector3, Color, etc.), domain reload safety, and a built-in server setup window. Compatible with Unity 2021.3+ (Built-in, URP, HDRP). Note: This is the Unity-side component; you also need the separate MCP server (available at unity-mcp.abyo.net).
Yes, Unity MCP Pro integrates as a plugin via Unity Package Manager (Git URL or direct copy) and works with Unity 2021.3+ including 2022, 2023, and Unity 6 (Built-in, URP, HDRP). It does not modify your project structure; just install and configure the MCP server.
Yes, this plugin is the Unity-side component. You also need the MCP server, available at unity-mcp.abyo.net. After downloading, build it with `npm install && npm run build` and configure your AI assistant to connect to it.
Absolutely. The plugin uses production-grade WebSocket with heartbeat and auto-reconnect, and every AI operation is recorded in Unity's Undo system, allowing full Ctrl+Z support. It is domain reload safe and has been tested with various Unity versions.
Install Unity MCP Pro Plugin to get started:
Or visit the project page for detailed setup instructions.