ContextForge Unity
Launches Unity's official Windows MCP relay, enabling MCP clients to connect to Unity projects with the Unity AI Assistant / MCP integration.
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 Unitylaunch the Unity MCP relay for my open project"
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 Unity
A deliberately thin third-party ContextForge Skill for Unity Technologies' official Unity MCP relay.
What it does
ContextForge Unity locates Unity's official Windows relay at:
%USERPROFILE%\.unity\relay\relay_win.exe
and launches it with:
--mcp
The adapter does not translate MCP traffic. The relay inherits ContextForge's stdio directly, which keeps startup overhead and per-call latency effectively negligible.
Related MCP server: unitypilot
Prerequisites
ContextForge on Windows.
A supported Unity project with Unity's AI Assistant / MCP integration installed.
In Unity, Edit > Project Settings > AI > Unity MCP should show Unity Bridge: Running.
The first connection may require approval inside Unity.
Unity's current official MCP setup documentation: https://unity.com/blog/unity-ai-mcp-how-to-get-started
ContextForge installation
This Skill is not bundled with ContextForge.
Find the latest release from
Smangsty/contextforge-unity.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.
The release artifact is a standard npm package. Discovery can inspect the package without executing candidate code.
Design constraints
No Unity binaries are redistributed.
No network access is requested by the adapter.
The official Unity relay remains the MCP implementation.
Errors are written to stderr so stdout remains reserved for MCP.
Missing relay prerequisites fail with a direct, human-readable message.
Development
npm test validates the deterministic launcher logic.
npm pack runs tests and version checks before producing the release artifact.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Cloud-hosted MCP server for URnetwork VPN and Proxy
MCP server to assist with JxBrowser development.
MCP server bridging holepunchto/keet-identity-key to the Hive agentic identity network
Host your MCP tool over streamable HTTP in one command.
Related MCP Servers
- AlicenseBqualityAmaintenanceMCP Unity Server to integrate Unity Editor game engine with different AI Model clients (e.g. Claude Desktop, Windsurf, Cursor)56 npm1,910MIT
- FlicenseNot gradedqualityDmaintenanceMCP server that lets AI agents drive the full Unity lifecycle on macOS without opening the Unity Editor.2-
- AlicenseNot gradedqualityBmaintenanceHosts local MCP servers on Windows, enabling connection of local AI models (like Gemma) to external tools without cloud dependency.464 npmMIT
- FlicenseNot gradedqualityBmaintenanceLocal Streamable HTTP MCP server exposing Unity Editor inspection, authoring, testing, profiling, play-mode, and build tools.-