UnityNaturalMCP
Verified Safeby notargs
Overview
Integrates Unity Editor with Model Context Protocol (MCP) clients like AI coding assistants, enabling direct execution of Unity C# tools from these clients.
Installation
No command providedEnvironment Variables
- MCP_SERVER_IP
- MCP_SERVER_PORT
Security Notes
The server explicitly mentions a cautionary setup step for WSL2 that involves binding the IP address to '*' (all interfaces), which is generally not recommended for security unless properly firewalled. The project is also noted as being in 'preview stage', which often implies less mature security hardening. No direct 'eval' or malicious patterns were observed in the provided snippets.
Similar Servers
unity-mcp
Enables AI assistants (LLMs) to control and automate tasks within the Unity Game Engine Editor through the Model Context Protocol (MCP).
cocos-mcp-server
Enables AI assistants to interact with the Cocos Creator editor through a Model Context Protocol (MCP) server, providing control over scene, node, component, asset, and project operations.
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.
unity-mcp
Facilitate AI client interaction with the Unity Editor to automate development actions and workflows.