UnrealGenAISupport

An Unreal Engine plugin for LLM/GenAI models & MCP UE5 server. Supports Claude Desktop App, Windsurf & Cursor, also includes OpenAI's GPT4o, DeepseekR1, Claude Sonnet 3.7 APIs and Grok 4, with plans to add Gemini, audio & realtime APIs soon. UnrealMCP is also here!! Automatic blueprint and scene generation from AI!!

GitHubスター

264

ユーザー評価

未評価

お気に入り

0

閲覧数

27

フォーク

46

イシュー

7

インストール方法
難易度
上級
推定所要時間
20-45

インストール方法

インストール方法

前提条件

Unreal Engine: 5.1以上
Node.js: 18.0.0以上
npm: 8.0.0以上
Claude Desktop: 最新版

インストール手順

1. リポジトリのクローン

bash
git clone https://github.com/prajwalshettydev/UnrealGenAISupport.git
cd UnrealGenAISupport

2. 依存関係のインストール

bash
npm install

3. Claude Desktop設定

claude_desktop_config.jsonを編集してMCPサーバーを追加:
json
{
  "mcpServers": {
    "unreal-gen-ai-support": {
      "command": "node",
      "args": ["path/to/server.js"]
    }
  }
}

4. サーバーの起動

bash
npm start

トラブルシューティング

よくある問題

問題: サーバーが起動しない 解決策: Node.jsのバージョンを確認し、依存関係を再インストールしてください。 問題: Claude Desktopで認識されない 解決策: 設定ファイルのパスと構文を確認してください。