Skip to main content
Glama

Related Servers

Alternatives to UE5 MCP Server

No user-submitted related servers found.

    Related Servers

    • A
      license
      B
      quality
      C
      maintenance
      Enables Claude to control Unreal Engine 5 editor, spawn actors, build materials, author Blueprints, and more, with zero plugin installation.
      31
      88 PyPI
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      Enables 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.
      11
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      MCP server that connects Claude to Unreal Engine 5.8 via the official Remote Control API, enabling asset manipulation, actor control, level operations, and AI-powered 3D model generation (via Meshy) through natural language.
      -

    TDQS

    A4/5.0

    Scored across 10 tools

    Disambiguation5/5

    Each tool targets a distinct operation: console execution, object property read/write, function invocation, source search/read, log reading, and staged file editing. The only broad tool, run_console_command, is clearly framed as the engine command entry point and does not blur with the object or source tools.

    Naming Consistency5/5

    All tools share the ue5_ prefix and follow lowercase snake_case with a leading verb: get, set, call, search, read, stage, preview, commit. The naming pattern is highly predictable and makes the tool surface easy to navigate.

    Tool Count5/5

    Ten tools is well within the ideal range for a domain-specific MCP server. The set covers object inspection/mutation, console commands, source code access, log reading, and a safe file-writing workflow without unnecessary redundancy.

    Completeness4/5

    The core workflows are well covered, especially the staged file edit lifecycle and source/log access. The main gap is that object property and function tools require full Unreal object paths, but there is no dedicated tool for listing or discovering objects and actors; agents must rely on console commands as a workaround.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues