Unity-MCP
Verified Safeby IvanMurzak
Overview
AI-powered game development assistant that bridges Large Language Models (LLMs) with Unity Editor and runtime game builds, enabling AI to control Unity via the Model Context Protocol.
Installation
docker run -p 8080:8080 ivanmurzakdev/unity-mcp-serverEnvironment Variables
- UNITY_MCP_PORT
- UNITY_MCP_PLUGIN_TIMEOUT
- UNITY_MCP_CLIENT_TRANSPORT
Security Notes
The server's core functionality involves AI-driven C# code compilation and execution within Unity using Roslyn. This presents inherent security considerations if the AI's output is not adequately validated or sandboxed. The default HTTP port (8080) requires proper network security if exposed publicly. No hardcoded secrets were identified in the provided source code snippets.
Similar Servers
dev-kit-gh-mcp-server
A server providing Model Context Protocol (MCP) tools for automating and interacting with GitHub repositories, primarily for bots and AI agents.
mcp-mineru
Implements or interacts with the Minecraft Protocol, likely for building custom Minecraft servers or client utilities.
wiki_mcp_server
An MCP (Model Context Protocol) server for integrating Confluence wiki content, allowing AI models to search, retrieve, and list Confluence information.
mcp_server_tn
A server implementation for the Minecraft Protocol, likely enabling custom game logic or proxying connections for Minecraft clients.