AI / MLC++

Unreal_mcp

A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal Engine through a native C++ Automation Bridge plugin.

Free
N/A rating (0 reviews)0 installs451 GitHub stars
Unreal EngineMCPAI Assistants

This MCP server allows seamless interaction with Unreal Engine, providing a wide range of capabilities for asset management, actor control, editor control, level management, animation and physics, as well as visual effects. Users can browse, import, duplicate, rename, and delete assets, spawn and manipulate actors, and manage levels effectively. The server also supports advanced features like animation blueprints, state machines, and procedural effects, making it a powerful tool for developers and AI assistants alike. Built with TypeScript and C++, the server integrates with Unreal Engine through a native Automation Bridge plugin, enabling robust control over various engine functionalities. Whether you're looking to enhance your development workflow or create immersive experiences, this MCP server provides the necessary tools and capabilities to achieve your goals.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

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

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.

Permissions

ok0
ok1