unity-mcp-pro-plugin
by youichi-uda·★ 58·Score 48
Unity MCP Pro plugin provides 280+ AI tools for Unity development via WebSocket MCP connection.
Overview
This is a comprehensive MCP server implementation that connects AI assistants to the Unity game editor via a WebSocket-based communication protocol. It supports full Undo/Redo integration with Unity's native system, features production-grade WebSocket with heartbeat and auto-reconnect capabilities, and includes smart type parsing for seamless conversion between string inputs and Unity data types. The architecture clearly separates the Unity plugin from the Node.js MCP server, allowing for reliable domain reload safety and multi-editor support.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose Unity MCP Pro if you're developing games in Unity and want to integrate AI assistants directly into your workflow for automated testing, code generation, and scene manipulation.
When NOT to choose this
Don't choose this if you need AI integration with non-Unity engines, or if you prefer a self-contained solution without the need for a separate MCP server component.
Tools this server exposes
12 tools extracted from the READMEcreate_gameobjectCreate a new GameObject in the Unity scene
modify_componentModify a component on a GameObject
create_scriptCreate a new C# script in the project
list_scene_objectsList all objects in the current Unity scene
create_materialCreate a new material asset
create_prefabCreate a prefab from a GameObject
build_projectBuild the Unity project for target platform
run_testExecute Unity tests in the project
set_lightingModify lighting settings in the scene
create_animationCreate or modify animation clips
modify_physicsAdjust physics settings for objects or scene
create_ui_elementCreate UI elements in the scene
Note: Tool names inferred from category descriptions rather than explicit tool documentation. The README mentions 280+ tools across 50 categories but doesn't list specific tool names.
Comparable tools
Installation
Installation
Unity Package Manager
- Open Unity → Window → Package Manager
- Click + → Add package from git URL...
- Enter:
https://github.com/youichi-uda/unity-mcp-pro-plugin.git
Alternative Methods
Clone to your project or download and copy to Packages/com.unity-mcp-pro/
Setup
- Install this plugin
- Get the MCP server from [unity-mcp.abyo.net](https://unity-mcp.abyo.net/)
- Build the server:
cd server && npm install && npm run build - Configure your AI client:
{
"mcpServers": {
"unity-mcp-pro": {
"command": "node",
"args": ["/path/to/server/build/index.js"]
}
}
}- Open Unity - plugin auto-connects, check Window → Unity MCP Pro
FAQ
- Which Unity versions are supported?
- Unity 2021.3 LTS or later, including Unity 2022, 2023, and Unity 6 (Built-in, URP, HDRP).
- How many tools are available?
- 280+ tools across 50 categories covering scene management, GameObjects, scripts, materials, physics, lighting, animation, UI, and more.
Compare unity-mcp-pro-plugin with
Last updated · Auto-generated from public README + GitHub signals.