Back to Home
azide1337 icon

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

Run Command
npm start

Security 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

Stats

Interest Score0
Security Score3
Cost ClassHigh
Avg Tokens7000
Stars0
Forks0
Last Update2025-12-15

Tags

UnityAIGame DevelopmentLLM IntegrationReal-time Control