unreal-mcp

v1.0.0APIsstable

Enable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).

mcp-servermodelcontextprotocolunreal-engine-5
Share:
1,898
Stars
0
Downloads
0
Weekly
0/5

What is unreal-mcp?

unreal-mcp is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to enable ai assistant clients like cursor, windsurf and claude desktop to control unreal engine through natural language using the model context protocol (mcp).

Enable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).

This server falls under the APIs category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • set_unreal_engine_path
  • set_unreal_project_path
  • get_unreal_engine_path
  • get_unreal_project_path
  • editor_run_python

Use Cases

Set the Unreal Engine path
Set the Project path
Get the current Unreal Engine path
Get the current Unreal Project path
Execute any python within the Unreal Editor. All python must have 'import unreal' at the top. CHECK THE UNREAL PYTHON DOCUMENTATION BEFORE USING THIS TOOL. NEVER EVER ADD COMMENTS
runreal

Maintainer

LicenseMIT License
Languagec++
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @runreal/unreal-mcp

Manual Installation

npx -y @runreal/unreal-mcp

Examples

No examples available for this server.

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

Frequently Asked Questions about unreal-mcp

What is unreal-mcp?

unreal-mcp is a Model Context Protocol (MCP) server that enable ai assistant clients like cursor, windsurf and claude desktop to control unreal engine through natural language using the model context protocol (mcp). It connects AI assistants to external tools and data sources through a standardized interface.

How do I install unreal-mcp?

Install via npm with the command: npx -y @runreal/unreal-mcp. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with unreal-mcp?

unreal-mcp works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is unreal-mcp free to use?

Yes, unreal-mcp is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More APIs MCP Servers

Explore all apis servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "unreal": { "command": "npx", "args": ["-y", "@runreal/unreal-mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use unreal-mcp?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides