Unreal Engine
Freeby MCP Community
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal Engine via native automation bridge. Built with TypeScript and
v0.5.21Added Apr 12, 2026
mcpmodelcontextprotocolunrealunreal-engineue5
Unreal Engine MCP Server
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal Engine via native automation bridge. Built with TypeScript and
Installation
Reviews
Installation
Quick install
npx -y unreal-engine-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"unreal-engine": {
"command": "npx",
"args": ["-y", "unreal-engine-mcp-server"]
}
}
}