UEMCP
Related Servers
Alternatives to UEMCP
No user-submitted related servers found.
Related Servers
- FlicenseAqualityDmaintenanceBridges Claude AI to a live Unreal Engine 5 editor session, enabling natural language control of scene inspection, modification, logging, source search, console commands, and C++ class scaffolding.10-
- AlicenseAqualityCmaintenanceEnables Claude to control a running Unreal Engine editor via Epic's Python Remote Execution protocol, supporting asset import, actor manipulation, viewport screenshots, and arbitrary Python execution.11MIT
- AlicenseBqualityDmaintenanceEnables Claude Desktop to interact with Unreal Engine 5.3 via Remote Control API, creating and manipulating 3D objects from text prompts for scene building and editor control.2147MIT
- AlicenseBqualityBmaintenanceControls Unreal Engine 5 editor from AI coding assistants, enabling 280 commands across 13 categories for materials, blueprints, Niagara VFX, and more.10040 PyPI39Mozilla Public 2.0
- AlicenseBqualityBmaintenanceEnables AI agents to control Unreal Engine 5 through natural language commands, using the Model Context Protocol and Remote Control API to build levels, change assets, and trigger blueprints.72MIT
- AlicenseBqualityAmaintenanceEnables AI assistants to control Unreal Engine via Remote Control API for game development automation, including asset management, actor control, level editing, animation, physics, visual effects, and cinematics creation through natural language.11,053 npm882MIT
TDQS
Scored across 31 tools
Each tool has a clearly distinct purpose, targeting specific Unreal Editor resources and actions. Verbs like add, assign, create, delete, spawn, etc., are uniquely paired with nouns, and there is no semantic overlap between tools.
All tools follow the ue_verb_noun or ue_noun_verb pattern consistently. The naming convention is uniform, with verbs in imperative form and nouns identifying the target resource, making it easy to predict tool behavior from its name.
31 tools is on the higher side, but the scope of Unreal Editor operations justifies the count. Tools cover asset management, level editing, actor manipulation, materials, and more, with the ue_python escape hatch reducing the need for additional specialized tools.
The tool surface covers most common editor workflows: CRUD for assets and actors, level operations, material assignment, camera control, and project info. Minor gaps like texture creation are mitigated by import_asset and the ue_python escape hatch.