unreal-mcp

unreal-mcpは、Unreal Engineを自然言語で制御するためのModel Context Protocolを利用したプロジェクトです。AIアシスタントクライアントとの統合を目指しており、現在は実験的な状態にあります。APIや機能は変更される可能性があり、安定性に欠けるため、商用利用は推奨されていません。

GitHubスター

903

ユーザー評価

未評価

お気に入り

0

閲覧数

11

フォーク

124

イシュー

25

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

インストール方法

インストール方法

前提条件

Unreal Engine: 5.5以上
Python: 3.12以上

インストール手順

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

bash
git clone https://github.com/chongdashu/unreal-mcp
cd unreal-mcp

2. プラグインの追加

Unreal EngineのプロジェクトにUnrealMCPプラグインを追加します。

3. サーバーの起動

Pythonサーバーを起動します。
bash
python Python/unreal_mcp_server.py

トラブルシューティング

よくある問題

問題: サーバーが起動しない 解決策: Pythonのバージョンを確認し、依存関係を再インストールしてください。

追加リソース

作者情報
Chong-U

Artificial Intelligence (AI) Cursor / Claude Code AI Agents Model Context Protocol (MCP) Game Development

AI OrientedLondon, United Kingdom

143

フォロワー

101

リポジトリ

3

Gist

0

貢献数

関連するMCP
unreal-mcp logo

Enable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).

C++
UnrealGenAISupport logo

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!!

C++
brightdata-mcp logo

A powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.

JavaScript