Odel
Unity MCP Server

Unity MCP Server

Local
@rachitkumarrastogi5TypeScriptUpdated 1mo ago

MCP server for Unity: 130+ tools, Unity 6 skills, AI/ML discovery. No Editor.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmunity-mcp-serverv1.7.0

Run

npx -y unity-mcp-server

MCP client config

{
  "mcpServers": {
    "unity-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "unity-mcp-server"
      ]
    }
  }
}