ue5-mcp-bridge and ue5-mcp
These two tools are competitors, as both implement an MCP server for Unreal Engine 5 to enable LLM-powered editing, with one focusing on bridging AI assistants and the other on direct Blueprint manipulation.
About ue5-mcp-bridge
Natfii/ue5-mcp-bridge
MCP server bridging AI assistants to Unreal Engine 5 editor
Exposes comprehensive tools for AI-driven UE5 editor automation—including level/actor manipulation, Blueprint modification, Animation Blueprint state machines, and material assignment—via the Model Context Protocol standard. Implements stdio transport compatible with Claude, ChatGPT, Cursor, and other MCP clients, backed by a configurable HTTP endpoint that connects to the UnrealClaude plugin or custom REST implementations. Provides 20+ specialized tools spanning asset management, script execution, character setup, and async task queuing designed for workflow acceleration rather than asset generation.
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