Unity-MCP
Control Unity Editor and games with AI agents via MCP
All Skills in This Repository (81)
Pure Emerald Level Indicatorsgithub-pr-review-fix
Validate GitHub PR review comments and apply minimal fixes in place.
build-cli
Builds the unity-mcp-cli TypeScript tool and links it globally.
assets-create-folder
Create folders under Unity Assets and return their GUIDs.
scene-open
Open Unity scenes from asset references in Single or Additive modes.
gameobject-component-add
Attach namespace-qualified components to GameObjects in Unity Prefabs or Scenes.
gameobject-find
Locate a GameObject in an opened Prefab or active Scene and return its metadata.
ping
Echo a supplied message or return 'pong' for CLI readiness checks.
unity-version-split
Split C# files into Unity 6.5+ and pre-6.5 variants with preprocessor guards.
unity-initial-setup
Automate Unity-MCP initial setup, installing unity-mcp-cli and generating starter skills.
package-search
Search Unity registry and installed packages by name and substring queries.
scene-save
Save opened Unity scenes to .unity asset files via unity-mcp-cli.
object-get-data
Retrieve serialized Unity Object fields and properties via paths or viewQuery.
Frequently Asked Questions
FAQPage SchemaHow to install Unity-MCP?โผ
Run `npx skills add IvanMurzak/Unity-MCP --all -g -y` in your terminal to install the full skill suite globally.
What can AI agents do in Unity with this suite?โผ
Agents can create GameObjects, edit components and materials, manage scenes and prefabs, write C# scripts, run tests, read console logs, and capture screenshots directly inside the Unity Editor.
Which AI agents work with Unity-MCP?โผ
It works with Claude Code, Cursor, GitHub Copilot, Codex, Gemini, Windsurf, and any other MCP-compatible client with no vendor lock-in.
Can AI run inside my compiled Unity game?โผ
Yes. Unlike editor-only tools, this plugin works at runtime, enabling live AI debugging and dynamic NPC behavior inside your built game.
Do I need coding experience to use Unity-MCP?โผ
No. After setup, you describe tasks in plain English and your AI agent executes the underlying Unity operations for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core