Lvunreal
Freeby MCP Community
MCP server for controlling Unreal Engine 5.7 editor via Remote Control API
v1.3.0Added Apr 12, 2026
mcpunreal-engineue5remote-controlclaude
Lvunreal MCP Server
MCP server for controlling Unreal Engine 5.7 editor via Remote Control API
Installation
npx -y lvunreal-mcp
Reviews
Installation
Quick install
npx -y lvunreal-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"lvunreal": {
"command": "npx",
"args": ["-y", "lvunreal-mcp"]
}
}
}