unreal-animation-mcp
Related Servers
Alternatives to unreal-animation-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables AI clients to directly control Spine 3.8.75 animation workflows through 55 MCP tools, including reading projects, editing keyframes, manipulating skeletons, constraints, meshes, atlases, and rendering previews.33 npm4MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to create and edit Rive animations through 139 MCP tools, supporting shapes, animations, state machines, physics, and export to .riv or .rev files.453 npm-
- AlicenseAqualityAmaintenanceA comprehensive bridge connecting AI agents to Unreal Engine 5.7 through 39 MCP tools for scene manipulation, asset management, and blueprint control. It enables real-time perception and editor automation using the Remote Control API and file-based protocols.252MIT
- AlicenseNot gradedqualityAmaintenanceGives AI assistants deep read/write access to the Unreal Editor through 21 category tools covering 525+ actions, plus a YAML flow engine for multi-step workflows.5,017 npm331MIT
- AlicenseNot gradedqualityAmaintenanceUnreal Engine 5.7 editor plugin that gives AI assistants full read/write access to Blueprints, Materials, Animation, Niagara, Config, and more via MCP. 119 actions across 9 domains, pure C++, embedded Streamable HTTP server.300MIT
- 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.1164 npm872MIT
TDQS
Scored across 61 tools
Most tools target a distinct asset type or operation, and argument descriptions are detailed enough to differentiate them. However, sync markers and notifies overlap conceptually, and the many AnimBlueprint getters (graphs, nodes, state machines, blend nodes) require careful reading to avoid confusion.
The verb_noun snake_case pattern is used consistently for most tools (get_, add_, remove_, set_, search_, audit_). Minor inconsistencies exist: delete_montage_section and delete_blendspace_sample use 'delete' while similar operations use 'remove', and edit_blendspace_sample uses 'edit' instead of 'set' or 'update'.
With 61 tools, this greatly exceeds the 25+ threshold for a comfortable, scoped set. While the Unreal animation domain is complex, the sheer number feels overwhelming and could benefit from consolidation (e.g., merging related ABP getters or montage section operations).
The toolset provides extensive read and edit coverage for AnimSequences, Montages, BlendSpaces, and Skeletons, including notifies, curves, sync markers, sections, samples, and bone tracks. However, AnimBlueprint operations are entirely read-only (no state/node editing), and there are no create/delete operations for animation assets, leaving notable lifecycle gaps.