MCP Directory

butterlatte-zhang/unity-ai-bridge

GitHub
Other

Remote-control Unity Editor from any AI IDE via file-based IPC — 62 tools across 13 categories, zero dependencies, supports Claude Code, Cursor, Copilot, Windsurf, Claude Desktop.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y unity-ai-bridge

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from butterlatte-zhang/unity-ai-bridge your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "unity-ai-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "unity-ai-bridge"
      ]
    }
  }
}

Route butterlatte-zhang/unity-ai-bridge intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add unity-ai-bridge

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use butterlatte-zhang/unity-ai-bridge directly without routing

npx -y unity-ai-bridge

New to Agent-CoreX? View setup guide →

butterlatte-zhang/unity-ai-bridge MCP Server — Agent-CoreX