← Index

io.github.IvanMurzak/Unity-MCP

io.github.IvanMurzak/Unity-MCP·v0.17.1·Image, Video & Audio
Quality Score
65
/100

Make 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games.

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "Unity-MCP": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/ivanmurzakdev/unity-mcp-server:0.17.1"
      ],
      "env": {
        "UNITY_MCP_PORT": "<unity_mcp_port>",
        "UNITY_MCP_PLUGIN_TIMEOUT": "<unity_mcp_plugin_timeout>",
        "UNITY_MCP_CLIENT_TRANSPORT": "stdio"
      }
    }
  }
}
§02  Environment variables
UNITY_MCP_PORT

Client -> Server <- Plugin connection port (default: 8080)

UNITY_MCP_PLUGIN_TIMEOUT

Plugin -> Server connection timeout (ms) (default: 10000)

UNITY_MCP_CLIENT_TRANSPORT

Client -> Server transport type: stdio or http (default: http)

§03  MCP Quality Score  ·  methodology
freshness
10
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Image, Video & Audio