HomeDesign & Media › Unity-MCP

Unity-MCP

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

C#
★ 4,329 stars Last pushed 2026-09-24 License: Apache-2.0

Topics: Gaming

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm docker.io/ivanmurzakdev/unity-mcp-server:0.17.1

Or add to your MCP client config:

{
  "mcpServers": {
    "unity-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/ivanmurzakdev/unity-mcp-server:0.17.1"
      ],
      "env": {
        "UNITY_MCP_PORT": "<YOUR_VALUE>",
        "UNITY_MCP_PLUGIN_TIMEOUT": "<YOUR_VALUE>",
        "UNITY_MCP_CLIENT_TRANSPORT": "<YOUR_VALUE>"
      }
    }
  }
}
  • 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)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry