unity-mcp-orchestrator

Orchestrate Unity Editor operations via Model Context Protocol for scene building and testing.

Updated May 10, 2026
One-click install
npx skills add https://github.com/VMRam95/vmram-skills --skill unity-mcp-orchestrator-vmram95
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-mcp-orchestrator
Source: https://github.com/VMRam95/vmram-skills/tree/main/skills/unity-mcp-skill
Command: npx skills add https://github.com/VMRam95/vmram-skills --skill unity-mcp-orchestrator-vmram95

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill bridges the gap between AI agents and the Unity Editor, allowing for complex scene manipulation, script generation, and editor automation without manual intervention.

Core Features & Use Cases

  • Scene & Object Management: Programmatically create, modify, and query GameObjects, scenes, and prefabs.
  • Scripting & Testing: Generate, edit, and validate C# scripts, and execute automated test suites directly from the AI.
  • Visual Verification: Capture screenshots from various angles and sources to verify visual changes in real-time.
  • Use Case: Automate the creation of a level layout by batch-spawning objects, attaching components, and verifying the result with a multi-angle screenshot.

Quick Start

Use the unity-mcp-orchestrator skill to find all GameObjects tagged as Player and move them to the origin.

Frequently Asked Questions about unity-mcp-orchestrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Unity Editor operations like scene building and script management?

Unity Editor automation is achieved by orchestrating tool calls through the Model Context Protocol, enabling AI agents to execute automated scene building, GameObject manipulation, and script management without manual intervention.

What is MCP and how does it work with Unity Editor scripting?

The Model Context Protocol bridges AI agents and the Unity Editor by facilitating tool calls and resource queries, allowing automated execution of editor scripting tasks like UI Toolkit generation and visual verification.

Do I need an active Unity Editor instance to use MCP for game development automation?

Yes, Unity MCP orchestration requires an active MCP connection to a running Unity Editor instance to execute tool calls, query resources, and perform visual verification via camera screenshots.

Can I verify visual changes in Unity scenes automatically through MCP?

Visual verification is supported by capturing camera screenshots from various angles and sources through MCP, allowing you to verify visual changes in real-time after manipulating GameObjects.

What are the limitations of using MCP for Unity editor automation?

The primary limitation is the hard dependency on an active MCP connection to a running Unity Editor instance; without this live environment, the skill cannot execute tool calls or perform scene manipulation.