Back to MCP Servers
🔌

IvanMurzak/Unity-MCP

Apache-2.0API key required

#️⃣ 🏠 🍎 🪟 🐧 - MCP Server for Unity Editor and for a game made with Unity

C#Productivity

Install

npx -y unity-mcp-cli

Required environment variables

UNITY_MCP_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "ivanmurzak-unity-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "unity-mcp-cli"
      ],
      "env": {
        "UNITY_MCP_TOKEN": "<YOUR_UNITY_MCP_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.