ContextForge Unreal
Provides access to Unreal Engine's in-editor MCP server, enabling AI agents to list available engine toolsets, inspect toolset capabilities, and invoke engine tools directly within Unreal Editor.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ContextForge Unreallist the available Unreal Engine toolsets"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ContextForge Unreal
A thin third-party ContextForge Skill for Epic Games' official Unreal MCP server.
What it does
Unreal Engine 5.8 exposes its official MCP server over local Streamable HTTP. By default it binds to:
http://127.0.0.1:8000/mcp
ContextForge uses stdio for admitted third-party Skills, so this package provides the minimum transport adapter between those two MCP transports.
The adapter deliberately exposes a stable three-tool surface:
list_toolsetsdescribe_toolsetcall_tool
That mirrors Unreal's own Tool Search model and prevents ContextForge from ingesting a huge, constantly changing engine tool manifest.
The upstream HTTP session is connected lazily and then kept warm across tool calls, avoiding the reconnect-and-relist cost on every operation.
Related MCP server: iikona-mcp-proxy
Prerequisites
Unreal Engine 5.8 with the experimental Unreal MCP plugin enabled.
The AllToolsets plugin enabled for engine toolsets.
In Editor Preferences > Model Context Protocol, enable Auto Start Server, or run:
ModelContextProtocol.StartServer
Epic's current documentation: https://dev.epicgames.com/documentation/unreal-engine/unreal-mcp-in-unreal-editor
Version 1.x intentionally targets Unreal's documented default endpoint. Keeping that default means ContextForge needs no launch-time configuration.
ContextForge installation
This Skill is not bundled with ContextForge.
Find the latest release from
Smangsty/contextforge-unreal.Download the release
.tgzthrough ContextForge Discovery toMCP_DOWNLOADS.Prepare the downloaded artifact with Discovery.
Review the exact candidate in ContextForge.
Admit and enable it only after human review.
Discovery resolves the pinned MCP SDK dependency with lifecycle scripts disabled and re-seals the prepared tree before review.
Network containment
ContextForge must grant this adapter its INTERNET_CLIENT network profile because it opens an HTTP socket.
The adapter itself hardcodes and validates Epic's loopback-only default endpoint. It does not accept remote hosts, HTTPS endpoints, credentials, query strings, or URL fragments.
Design constraints
No Unreal Engine binaries are redistributed.
Unreal's in-editor MCP server does the engine work.
The adapter performs transport conversion and stable tool-surface projection only.
The Skill can start even when Unreal is closed; tool calls then return a direct prerequisite error.
A stale warm connection is reset and retried once.
Development
npm test validates the stable tool surface and loopback-only endpoint rules.
npm pack runs tests and version checks before producing the release artifact.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Enable secure connectivity between Sentry issues and debugging data, and LLM clients, using a Model Context Protocol (MCP) server.
Host your MCP tool over streamable HTTP in one command.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Related MCP Servers
AlicenseAqualityCmaintenanceStdio bridge for editors to connect to the GenieOS MCP server, enabling AI agents to interact with GenieOS via Streamable HTTP transport.642 npmMIT- AlicenseNot gradedqualityCmaintenanceActs as a stdio-to-HTTP proxy for the 1C runtime-MCP service, enabling MCP clients like Claude Desktop to interact with 1C tools.MIT
- FlicenseNot gradedqualityCmaintenanceMCP proxy that bridges Mendix Marketplace's Streamable HTTP endpoint to stdio, enabling Claude Code and other stdio-only MCP clients to access Mendix Marketplace tools and prompts dynamically.-
- AlicenseNot gradedqualityBmaintenanceEnables stdio-only MCP clients to connect to Agent Community's hosted Streamable HTTP MCP server for accessing hosted agents and tools.14 npmMIT