Flop MCP
Connect your IDE to Unreal Engine
One URL, one API key. Works with any MCP-compatible AI tool.
1
2
Install the Unreal plugin
Download and enable the Flop AI plugin in your UE project.
Installation docs3
Add to your IDE
Paste this config and replace YOUR_API_KEY.
Add to .cursor/mcp.json:
{
"mcpServers": {
"flopperam-unreal": {
"url": "https://agent.flopperam.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}That's it — verify the server shows as connected and start prompting.
Works with:CursorClaude CodeWindsurfClineVS Code CopilotContinueRoo CodeZedOpenClawGoose+ any MCP client
Need more than tools?
The Flop Agent lives inside Unreal — it plans, executes, recovers from errors, and builds entire Blueprint systems and levels from a single prompt.
