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