Wasim Unity MCP Bridge
Provides a bridge between ChatGPT (via MCP) and the Unity Editor, allowing AI agents to interact with Unity by calling exported tools during development.
Click on "Install 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., "@Wasim Unity MCP Bridgecreate a red cube at the origin"
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.
Wasim Unity MCP Bridge 0.5.1
This release uses a two-process design:
ChatGPT -> ngrok -> PowerShell companion on 127.0.0.1:38421
|
v
Library-based request/response queue
|
v
Unity EditorThe PowerShell companion owns the network socket and ngrok. Unity can recompile and reload every Editor C# assembly without releasing or rebinding the MCP port. The Unity package reconnects by resuming its local queue worker after the reload.
Requirements
Windows PowerShell 5.1 or newer
Unity 2022.3 LTS
ngrok when a public HTTPS endpoint is required
ChatGPT Developer Mode / custom MCP app
Related MCP server: Unity-MCP
Start
Open Window -> Wasim Development -> Unity MCP Bridge and press Start Companion. The package launches the bundled Companion~/wdmcp-companion.ps1 in a separate PowerShell process. No visible PowerShell window is required.
The companion configuration and logs are stored under:
Library/WasimUnityMcpBridge/Companion/
Domain reload behavior
When any C# script is saved:
Unity writes a
reloadingheartbeat.The companion and ngrok stay running.
ChatGPT remains connected to the same MCP endpoint.
A tool call during the reload returns a temporary retry message.
The new Unity scripting domain resumes queue processing automatically.
Security
The companion listens only on 127.0.0.1 and requires the private capability path. It can call only tools exported by the Unity package. It cannot execute arbitrary commands received from ChatGPT.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wasim-development/wasim-unity-mcp-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server