Skip to main content
Glama

MCP Unreal Server

by radial-hks

execute-python

Execute Python scripts directly within Unreal Engine via the MCP Unreal Server. Automatically manage nodes, simplify remote code execution, and enhance workflows in Unreal environments.

Instructions

在Unreal中执行Python代码

Input Schema

NameRequiredDescriptionDefault
codeYes
unattendedNo

Input Schema (JSON Schema)

{ "properties": { "code": { "type": "string" }, "unattended": { "default": true, "type": "boolean" } }, "required": [ "code" ], "type": "object" }
Install Server

Other Tools from MCP Unreal Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/radial-hks/MCP-Unreal-Server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server