Skip to content

Unreal

Free

by MCP Community

MCP server for Unreal Engine using Unreal Python Remote Execution

v0.1.7Added Apr 12, 2026
unrealmcpmodelcontextprotocolunreal-mcp
Works with:ClaudeGPTGeminiCopilot

Unreal MCP Server

MCP server for Unreal Engine using Unreal Python Remote Execution

Installation

npx -y @real-link-tech/unreal-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @real-link-tech/unreal-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "unreal": {
      "command": "npx",
      "args": ["-y", "@real-link-tech/unreal-mcp"]
    }
  }
}