OlympHill
Unity-MCP logo

Unity-MCPMCP Server + Plugin for Unity Editor and Unity game. The Plugin allows to connect to MCP clients like Claude Desktop or others.

(0)
Daniel NikulshynReviewed by Daniel Nikulshyn·Updated July 2026

Overview

Unity-MCP is an AI-powered game development assistant for Unity Editor and Runtime. It connects AI agents like Claude, Cursor, and Windsurf to Unity via MCP, allowing for automated workflows, code generation, and real-time AI interaction within games. The plugin works inside compiled games, enabling AI debugging and player-AI interaction. It supports various AI providers without vendor lock-in and offers a range of tools for Unity Editor operations.

Key features

  • AI agent connection (Claude, Cursor, Windsurf, etc.)
  • Automated workflows and code generation
  • Real-time AI debugging and player-AI interaction
  • 70+ built-in MCP tools for Unity Editor
  • Custom tool creation
  • Flexible deployment (local stdio and remote http)

Pricing

Model
Free
Category
MCP Servers
Rating
No reviews yet

Use cases

AI-powered Game Development

Use Unity-MCP to connect AI agents to your Unity project, automating workflows and generating code for game mechanics and NPC behavior.

Real-time AI Debugging

Utilize Unity-MCP's real-time AI interaction within compiled games to debug and test game mechanics with AI agents.

Pros & Cons

Pros

  • Real-time AI interaction within compiled games
  • Support for multiple AI providers without vendor lock-in
  • Wide range of default MCP tools for Unity Editor operations
  • Flexible deployment options (local and remote)
  • Extensible with custom tool creation

Cons

  • Steep learning curve due to extensive features
  • Dependence on AI agent quality and configuration

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Q&A

When to use MCP Prompt?

Provide domain knowledge - Share best practices and coding standards specific to your project Set coding conventions - Establish naming conventions, architecture patterns, and code style Give context about project structure - Explain how your project is organized and why Share workflow instructions - Provide step-by-step procedures for common tasks Inject specialized knowledge - Add information about specific Unity features, third-party assets, or custom systems Examples: "Always use PascalCase for public methods and camelCase for private fields" "This project uses a custom event system located in Scripts/Events/" "When creating UI elements, always add them to the Canvas in Scene/UI/MainCanvas" "Performance is critical - prefer object pooling for frequently instantiated objects" "This project follows SOLID principles - explain any architecture decisions"

Asked by Carlos Mendoza · Nov 17, 2025

What is MCP Prompt?

MCP Prompt allows you to inject pre-defined prompts into the conversation with the LLM. These are smart templates that can provide context, instructions, or knowledge to guide the AI's behavior. Prompts can be static text or dynamically generated based on your project's current state. Key characteristics: Contextual guidance that influences how the AI responds Role-based - can simulate different personas (User requests or Assistant knowledge) Dynamic content - can include real-time project data Reusable templates for common scenarios and workflows

Asked by Rasheed Osman · Nov 15, 2025

When to use MCP Resource?

Project analysis - Let AI understand your project structure, assets, and organization Debugging assistance - Provide current state information for troubleshooting Intelligent suggestions - Give AI context to make better recommendations Documentation generation - Automatically create documentation based on project state Asset management - Help AI understand what assets are available and their properties Examples: Exposing scene hierarchy and GameObject properties Listing available materials, textures, and their settings Showing script dependencies and component relationships Displaying current lighting setup and render pipeline configuration Providing information about audio sources, animations, and particle systems

Asked by Dalia Haddad · Nov 7, 2025

What is MCP Resource?

MCP Resource provides read-only access to data within your Unity project. Unlike MCP Tools that perform actions, Resources allow the LLM to inspect and understand your project's current state, assets, and configuration. Think of them as "sensors" that give the AI context about your project. Key characteristics: Read-only access to project data and Unity objects Structured information presented in a format the LLM can understand Real-time data that reflects the current state of your project Contextual awareness helping the AI make informed decisions

Asked by Aaliyah Johnson · Oct 22, 2025

When to use Tool?

Automate repetitive tasks - Create tools for common operations you do frequently Complex operations - Bundle multiple Unity API calls into a single, easy-to-use tool Project-specific workflows - Build tools that understand your project's specific structure and conventions Error-prone tasks - Create tools that include validation and error handling Custom game logic - Expose your game's systems to AI for dynamic content creation Examples: Creating and configuring GameObjects with specific components Batch processing assets (textures, materials, prefabs) Setting up lighting and post-processing effects Generating level geometry or placing objects procedurally Configuring physics settings or collision layers

Asked by Yara Mansour · Oct 13, 2025

Ask a question

MCP Servers alternatives