All MCP servers

Unreal Engine Mcp

Official
by Api.Airforcestdio0697MIT

MCP server for Unreal Engine 5 with 23 tools for game development automation.

mcpopen-source

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "unreal-engine-mcp-imp4c426": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}