unreal-mcp

unreal-mcp

unreal-mcp

Category
Visit Server

README

unreal-mcp

MCP server for Unreal Engine that uses Unreal Python Remote Execution

hero

gif

<p align="center"> <a href="https://x.com/runreal_dev">Twitter</a> · <a href="https://discord.gg/6ZhWVU5W47">Discord</a> </p>

<div align="center"> <a href="LICENSE"><img alt="license" src="https://img.shields.io/badge/LICENSE-MIT-GREEN?style=flat-square"></a> </div>

Differences

This server does not require installing a new UE plugin as it uses the built-in Python remote execution protocol.

Adding new tools/features is much faster to develop since it does not require any C++ code.

It can support the full Unreal Engine Python API

Note

  • This is not an official Unreal Engine project.
  • Your AI agents or tools will have full access to your Editor.
  • Review any changes your Client suggests before you approve them.

Installation

Requirements

  • Unreal Engine 5.4+ (verified, may work with earlier versions)
  • Node.js with npx
  • MCP Client (Claude, Cursor, etc.)
  1. Setting up your Editor:
    • Open your Unreal Engine project
    • Go to Edit -> Plugins
    • Search for "Python Editor Script Plugin" and enable it
    • Restart the editor if prompted
    • Go to Edit -> Project Settings
    • Search for "Python" and enable the "Enable Remote Execution" option

enable plugin enable remote execution

  1. Set up your Client:
    • Edit your Claude (or Cursor) config
{
  "mcpServers": {
    "unreal": {
      "command": "npx",
      "args": [
        "-y",
        "@runreal/unreal-mcp"
      ]
    }
  }
}

Available Tools

Tool Description
set_unreal_engine_path Set the Unreal Engine path
set_unreal_project_path Set the Project path
get_unreal_engine_path Get the current Unreal Engine path
get_unreal_project_path Get the current Unreal Project path
editor_run_python Execute any python within the Unreal Editor
editor_list_assets List all Unreal assets
editor_export_asset Export an Unreal asset to text
editor_get_asset_info Get information about an asset, including LOD levels for StaticMesh and SkeletalMesh assets
editor_get_asset_references Get references for an asset
editor_console_command Run a console command in Unreal
editor_project_info Get detailed information about the current project
editor_get_map_info Get detailed information about the current map/level
editor_search_assets Search for assets by name or path with optional class filter
editor_get_world_outliner Get all actors in the current world with their properties
editor_validate_assets Validate assets in the project to check for errors
editor_create_object Create a new object/actor in the world
editor_update_object Update an existing object/actor in the world
editor_delete_object Delete an object/actor from the world
editor_take_screenshot Take a screenshot of the Unreal Editor
editor_move_camera Move the viewport camera to a specific location and rotation for positioning screenshots

Contributing

Please feel free to open issues or pull requests. Contributions are welcome, especially new tools/commands.

License MIT

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