Back to Browse

Unreal MCP Server

Developer ToolsUse Caution4.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

Control the Unreal Engine 5 editor from any MCP client: Blueprints, materials, Niagara.

About

Control the Unreal Engine 5 editor from any MCP client: Blueprints, materials, Niagara.

Security Report

4.8
Use Caution4.8High Risk

UnrealMCP is a well-structured MCP server that bridges AI assistants to Unreal Engine 5 via a C++ plugin. The codebase shows good practices: no hardcoded credentials, no malicious patterns, proper dependency management, and permissions that reasonably match its purpose as a game engine editor tool. Minor code quality concerns (broad exception handling, potential logging of user data) exist but do not materially impact security. Supply chain analysis found 9 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.

4 files analyzed · 14 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

TCP Network Access

Opens direct network connections, common for database or messaging tools.

process_spawn

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-aadeshrao123-unreal-mcp": {
      "args": [
        "-y",
        "unrealcli"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Unreal MCP Server - Control the Unreal Engine 5 editor from any MCP client: | MCP Marketplace