UE5-MCP-Server

UE5-MCP-Server

Bridges Large Language Models with Unreal Engine 5 via the Model Context Protocol, enabling AI to control scenes, inject C++ code, and manage assets through UE5's Web Remote Control interface.

Category
Visit Server

README

Unreal Engine 5 MCP Bridge

📖 Project Overview

This project is a lightweight, high-performance server application based on the Model Context Protocol (MCP). It serves as an ultimate bridge between Large Language Models (like Claude) and Unreal Engine 5 (UE5).

By integrating directly with UE5's native Web Remote Control interface, this project empowers AI to interact directly with the underlying Unreal Engine. AI can not only query and modify assets within the engine but also dynamically inject C++ code, compile core modules, and manipulate all elements within the scene with high-level privileges.

✨ Core Features

  • 🔌 Real-time Bidirectional Remote Control: Deep integration with UE5 Web Remote Control via HTTP/JSON protocols, enabling zero-latency instruction execution.
  • 🧱 C++ Blueprint Code Injection & Compilation: Supports AI in writing native C++ Actors and Blueprint Function Libraries in the background, and triggering cross-process Live Coding compilation with a single command.
  • 🎮 Automated Scene & Viewport Management: Includes a suite of advanced tools, such as:
    • ue5_spawn_actors_batch: High-performance batch generation and alignment of objects (e.g., spawning circles or array matrices).
    • ue5_pilot_actor: Takes over the editor camera, enabling AI-level automated cinematic movements and scene touring.
    • ue5_build_lighting: Automated scene lighting builds.
  • 🎨 Automated Asset Assembly: Supports dynamic retrieval of materials and automatic assignment to scene meshes, enabling one-click material swapping and beautiful level generation.

🚀 Quick Start

  1. Ensure the Web Remote Control plugin is enabled in Unreal Engine, and start the server (default port: 30010).
  2. Run npm install in the root directory of this project to install dependencies.
  3. Run npm run build to build the project.
  4. Connect to UE5 by mounting this project in your MCP client configuration.

🛠 Tech Stack

  • Node.js / TypeScript: MCP Server Core Logic
  • Model Context Protocol SDK: Official Communication Standard
  • Unreal Engine 5 Web Remote Control: Unreal Engine Native Open API

Generated with AI assistance. Bridging the gap between Language Models and Game Engines.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured