unity-mcp-integration

YaAkiyama/unity-mcp-integration

3.2

If you are the rightful owner of unity-mcp-integration and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Unity MCP Integration server connects Unity Editor with Claude Code using a Model Context Protocol (MCP) server.

Unity MCP Integration

Unity Editor と Claude Code を統合するMCPサーバー

🔧 Setup

# 自動セットアップ(推奨)
./scripts/setup-unity-mcp.sh

# 手動セットアップ
cd unity-mcp-ts
npm install
npm run build
🚀 Usage
bash# サーバー起動
cd unity-mcp-ts
node build/index.js

# Claude Code での利用
claude "Unity MCPサーバーとの接続状況を確認してください"
📋 Features

unity_listClients - 接続クライアント一覧
unity_getActiveClient - アクティブプロジェクト情報
console_getLogs - Unityコンソールログ取得
menu_execute - Unityメニュー実行

🔧 Requirements

Node.js v20+
Unity 2022.3.61f1 LTS
Claude Code 1.0.44+
Windows 11 + WSL 2

📁 Structure
unity-mcp-integration/
├── unity-mcp-ts/          # TypeScriptサーバー本体
├── config/                # Claude Desktop設定
├── scripts/               # セットアップ・テストスクリプト
└── docs/                  # ドキュメント
🔗 Related Repositories

unity-vr-quest3-template - Unity VRプロジェクト
vr-dev-environment-setup - 環境構築自動化

🎯 Quick Test
bash# 環境確認
./scripts/test-unity-mcp.sh

# サーバー起動確認
cd unity-mcp-ts && node build/index.js