Back to MCP directory
publicPublicdnsLocal runtime

unreal-mcp

虚幻引擎模型上下文协议(MCP)集成的文档,帮助理解、设置和使用MCP系统。

article

README

🚀 虚幻引擎 MCP 文档

本集成文档聚焦于虚幻引擎模型上下文协议(MCP),能帮助您深入了解、完成设置并熟练使用 MCP 系统与虚幻引擎。

🚀 快速开始

欢迎来到虚幻引擎模型上下文协议(MCP)集成文档。本文档将帮助您了解、设置和使用 MCP 系统与虚幻引擎。

📚 详细文档

目录

  • 工具 - 所有可用的工具。
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client