Unreal_mcp and ue5-mcp
One tool provides a TypeScript and C++ server for controlling Unreal Engine via its native C++ Automation Bridge, while the other offers a Python-based server specifically for LLM-powered editing of Unreal Engine 5 Blueprints; they are competitors offering different language implementations and target use-cases within the same MCP server ecosystem for Unreal Engine.
About Unreal_mcp
ChiR24/Unreal_mcp
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal Engine through the native C++ Automation Bridge plugin. Built with TypeScript and C++.
Provides runtime type introspection and dynamic discovery for Unreal Engine subsystems (lights, debug shapes, sequencer tracks), with graceful degradation allowing the server to start without an active connection and automatic reconnection via exponential backoff. Exposes 36 MCP tools covering asset management, actor control, animation, VFX, sequencer, and blueprint graph editing, routing all operations through a native C++ Automation Bridge plugin with command safety validation and asset caching for performance optimization.
About ue5-mcp
cutehusky/ue5-mcp
Python-based MCP server for Unreal Engine 5 Blueprints. Enables LLM-powered editing of Blueprints, graphs, variables, functions, and components.
Implements a dual-component architecture: a custom UE5 editor plugin exposing Blueprint APIs via HTTP/REST, paired with a FastMCP server that translates those endpoints into MCP tools for LLM agents. Supports comprehensive graph manipulation including node creation, pin connections, and type casting, plus variable and component lifecycle management. Runs in streamable HTTP mode, enabling real-time Blueprint modifications through Claude or other MCP-compatible AI clients.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work