← Back to browse

Unity-MCP

Indexed by io.github.IvanMurzak

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsUNITY_MCP_PORT UNITY_MCP_PLUGIN_TIMEOUT UNITY_MCP_CLIENT_TRANSPORT
Claude Code
claude mcp add --env UNITY_MCP_PORT= --env UNITY_MCP_PLUGIN_TIMEOUT= --env UNITY_MCP_CLIENT_TRANSPORT= unity-mcp -- docker docker.io/ivanmurzakdev/unity-mcp-server:0.17.1
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"unity-mcp","command":"docker","args":["docker.io/ivanmurzakdev/unity-mcp-server:0.17.1"],"env":{"UNITY_MCP_PORT":"","UNITY_MCP_PLUGIN_TIMEOUT":"","UNITY_MCP_CLIENT_TRANSPORT":""}}'
JSON
{
  "mcpServers": {
    "unity-mcp": {
      "command": "docker",
      "args": [
        "docker.io/ivanmurzakdev/unity-mcp-server:0.17.1"
      ],
      "env": {
        "UNITY_MCP_PORT": "",
        "UNITY_MCP_PLUGIN_TIMEOUT": "",
        "UNITY_MCP_CLIENT_TRANSPORT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.