youichi-uda/unreal-mcp-pro-plugin
UE5.7 C++ editor plugin for AI-assisted Unreal Engine development via Model Context Protocol (MCP). 200+ tools across 39 categories.
Platform-specific configuration:
{
"mcpServers": {
"unreal-mcp-pro-plugin": {
"command": "npx",
"args": [
"-y",
"unreal-mcp-pro-plugin"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> <strong>AI-Powered Unreal Engine Development via Model Context Protocol</strong> </p>
<p align="center"> <a href="#installation">Installation</a> | <a href="#features">Features</a> | <a href="#tool-catalog">Tool Catalog</a> | <a href="#architecture">Architecture</a> | <a href="#license">License</a> </p>
<p align="center"> <a href="#unrealmcppro---unreal-engine-5-mcp-プラグイン">日本語</a> </p>
---
UnrealMCPPro is a C++ editor plugin for Unreal Engine 5.7 that enables AI assistants (Claude, GPT, etc.) to directly control the Unreal Editor through the Model Context Protocol (MCP). It provides 200+ command handlers across 39 categories, covering nearly every aspect of UE5 development — from spawning actors and creating materials to managing Blueprints, Niagara systems, and Level Sequences.
Plugins folder: YourProject/
└── Plugins/
└── UnrealMCPPro/
├── Source/
└── UnrealMCPPro.uplugin.uproject file and select "Generate Visual Studio project files"Loading reviews...