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.
Related MCP Servers
- AlicenseBqualityAmaintenanceMCP Unity Server to integrate Unity Editor game engine with different AI Model clients (e.g. Claude Desktop, Windsurf, Cursor)Last updated5191,851MIT
- Alicense-qualityAmaintenanceSeamless automation and intelligent control over your Unity projects. By integrating with the MCP server and client, it allows AI agents or external tools to interact with your Unity environment—creating, modifying, and managing GameObjects, Components, Assets, Scenes, and more.Last updated3,716Apache 2.0
- Flicense-qualityCmaintenanceEnables AI clients to interact with and control the Unity Editor through a Python MCP server bridge, allowing natural language-based Unity project manipulation.Last updated
- Flicense-qualityDmaintenanceA native C# MCP server that gives AI agents real-time control and visual analysis of the Unity Editor, enabling dynamic code execution, scene manipulation, and debugging without external dependencies.Last updated6
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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