Discover and explore top open-source AI tools and projects—updated daily.
flopperamAI agent for Unreal Engine world building and control
Top 98.8% on SourcePulse
This repository provides the MCP (Model Context Protocol) server and C++ plugin for Unreal Engine 5.5+, enabling AI clients (Claude, Cursor, Windsurf) to control the engine via natural language. It targets developers and power users aiming to automate complex 3D world creation, architectural design, and Blueprint programming, significantly boosting productivity through AI-driven commands.
How It Works
AI clients communicate via MCP protocol to a Python server (unreal_mcp_server_advanced.py), which uses TCP sockets to connect to a native C++ plugin within Unreal Engine 5.5+. This C++ plugin interfaces directly with Unreal's API, ensuring minimal latency for real-time control and robust communication. It grants comprehensive access to Unreal's actor, component, and Blueprint systems.
Quick Start & Requirements
git clone https://github.com/flopperam/unreal-engine-mcp.git) and open the .uproject file; the plugin is pre-installed. Alternatives include copying the plugin to a project's Plugins folder or the engine's plugin directory.uv run unreal_mcp_server_advanced.py from the Python directory.Highlighted Details
https://flopperam.com/) as a more advanced, autonomous solution with on-demand asset generation, recommending it for the best user experience.Maintenance & Community
The MCP server is under active development. Community engagement is active via Discord (discord.gg/8yr1RBv), YouTube (youtube.com/@flopperam), Twitter/X (twitter.com/Flopperam), and TikTok (tiktok.com/@flopperam). Support includes a Debugging Guide, Discord assistance, and GitHub Issues.
Licensing & Compatibility
Released under the permissive MIT License, allowing free use, modification, and distribution, including in commercial applications and closed-source projects.
Limitations & Caveats
This MCP server requires Unreal Engine 5.5+. The project strongly recommends "The Flop Agent" (https://flopperam.com/) for a superior, fully autonomous AI experience, suggesting MCP may be a precursor or less capable solution.
1 week ago
Inactive