★ 0 stars
TypeScript
🤖 AI/LLM
Updated 1d ago
MCP server giving AI assistants full access to Unreal Engine 5.7 projects — 65+ tools, C++ editor plugin, visual review loop
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"ultimateunrealengine": {
"command": "npx",
"args": [
"-y",
"jeebus87/ultimateunrealenginemcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add ultimateunrealengine npx -y jeebus87/ultimateunrealenginemcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"ultimateunrealengine": {
"command": "npx",
"args": [
"-y",
"jeebus87/ultimateunrealenginemcp"
]
}
}
}
📋 Copy
README Excerpt
**133 tools. 26 domains. Full read/write access to Unreal Engine 5.7 — including live editor APIs, Blueprint graphs, and viewport screenshots.** MCP (Model Context Protocol) is a standard that lets AI assistants call tools on external systems — this server exposes Unreal Engine as those tools. ```bash
Tools (20)
UE_PLUGIN_PORT UE_PROJECT_ROOT ue_actor_materials ue_add_blueprint_node ue_add_blueprint_variable ue_add_function ue_add_include ue_add_input_binding ue_add_keyframe ue_add_known_issue ue_add_property ue_add_render_job ue_add_sequence_track ue_batch_import ue_build ue_check_blueprint ue_check_deprecation ue_cleanup_screenshots ue_configure_render_output ue_connect_blueprint_pins