Antigravity-unity-mcp-server
by azide1337
Overview
Acts as a bridge for AI agents to control and interact with the Unity Engine in real-time, enabling AI-driven game development and scene manipulation.
Installation
npm startSecurity Notes
The server exposes powerful capabilities that introduce significant security risks. Specifically, the `create_script` tool allows the AI to generate and execute arbitrary C# code within the Unity Editor/Runtime, which is a direct Remote Code Execution (RCE) vulnerability if the AI or its client becomes compromised. The `invoke_method` tool also enables calling any public method on any Unity component, granting broad control that could be misused. While the Node.js server communicates via stdio and connects to Unity via localhost, these functionalities necessitate a highly trusted environment and robust security measures to prevent malicious code injection.
Similar Servers
inspector
A web-based client and proxy server for inspecting and interacting with Model Context Protocol (MCP) servers, allowing users to browse resources, prompts, and tools, perform requests, and debug OAuth authentication flows.
unity-mcp
Enables AI assistants (LLMs) to control and automate tasks within the Unity Game Engine Editor through the Model Context Protocol (MCP).
UnrealGenAISupport
The plugin enables large language models (LLMs) to programmatically interact with and control Unreal Engine, facilitating generative AI applications in game development, such as spawning objects, manipulating scenes, and generating blueprints or Python scripts.
Unreal_mcp
High-performance bridge and automation server for Unreal Engine, enabling programmatic control, data processing, and asset authoring through a WebSocket API and optional WebAssembly acceleration.