Runreal Unreal
Freeby MCP Community
MCP server for Unreal Engine using Unreal Python Remote Execution
v0.1.4Added Apr 12, 2026
unrealmcpmodelcontextprotocolunreal-mcp
Runreal Unreal MCP Server
MCP server for Unreal Engine using Unreal Python Remote Execution
Installation
npx -y @iflow-mcp/runreal-unreal-mcp
Reviews
Installation
Quick install
npx -y @iflow-mcp/runreal-unreal-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"runreal-unreal": {
"command": "npx",
"args": ["-y", "@iflow-mcp/runreal-unreal-mcp"]
}
}
}