Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Unity Game Engine MCP Server
gamepad-2

Unity Game Engine MCP Server MCP Server

AI integration with Unity game engine

unitygame-enginegame-dev3d

About

## Unity Game Engine MCP Server: Professional Game Development The **Unity Game Engine MCP Server** integrates Unity development workflows into Google Antigravity, enabling AI-assisted game creation, asset management, and build automation for professional game development. ### Why Unity MCP? - **Industry Standard**: Most widely-used game engine for mobile and indie development - **Asset Store**: Access to massive marketplace of assets, tools, and plugins - **Cross-Platform**: Deploy to 25+ platforms including consoles, mobile, and VR - **C# Scripting**: Professional C# programming with extensive API documentation - **Visual Tools**: Powerful visual editors for scenes, animations, and UI ### Key Features #### 1. Project Management ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create new Unity project with 2D template and configure for mobile" }] ) ``` #### 2. Script Development ```python # Write C# scripts response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Write Unity C# script for smooth character controller with jump mechanics" }] ) ``` #### 3. Asset Management ```python # Manage assets response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Import sprite sheet and configure animation clips for player character" }] ) ``` #### 4. Build Automation ```python # Automate builds response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Configure build settings and create builds for iOS and Android" }] ) ``` ### Configuration ```json { "mcpServers": { "unity": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-unity"], "env": { "UNITY_PROJECT_PATH": "/path/to/unity/project", "UNITY_EDITOR_PATH": "/Applications/Unity/Hub/Editor/2022.3.0f1" } } } } ``` ### Use Cases **Mobile Games**: Develop and deploy mobile games efficiently. **VR/AR Development**: Create immersive VR and AR experiences. **Rapid Prototyping**: Quickly prototype and iterate on game ideas. **Educational Content**: Build interactive educational applications. The Unity MCP Server brings professional game development capabilities into your workflow.

Installation

Configuration
{
  "mcpServers": {
    "unity": {
      "mcpServers": {
        "unity": {
          "args": [
            "-y",
            "unity-mcp"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Unity editor integration
  2. 2Scene management
  3. 3Runtime control

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers