送信

unreal-mcp

@runreal

MCP server for Unreal Engine that uses Unreal Python Remote Execution

サーバー設定

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