Unity Mcp
Rank #131smithery/IvanMurzak/unity-mcp
Seamless 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.
Unity Mcp is a Model Context Protocol (MCP) server published by IvanMurzak. It ranks #131 of 58,832 servers tracked on MCP Toplist, and its repository has 2,987 GitHub stars. Unity Mcp is listed across 4 registries — Official MCP, Smithery, Glama and mcp.so, with 3 tracked versions. It was first listed on Apr 2, 2025 and most recently updated on Sep 12, 2025.
Ranks ahead of 58,701 of 58,832 servers on MCP Toplist.
Use Unity Mcp
Add Unity Mcp to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"unity-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/ivanmurzakdev/unity-mcp-server:0.17.0"
],
"env": {
"UNITY_MCP_PORT": "<your UNITY_MCP_PORT>",
"UNITY_MCP_PLUGIN_TIMEOUT": "<your UNITY_MCP_PLUGIN_TIMEOUT>",
"UNITY_MCP_CLIENT_TRANSPORT": "<your UNITY_MCP_CLIENT_TRANSPORT>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries (2 delisted)
IvanMurzak
Other servers by IvanMurzak
View all IvanMurzak servers →Available versions (3)
| Version | Published |
|---|---|
| 0.17.1 | Sep 12, 2025 |
| 0.17.0 | Sep 12, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is Unity Mcp?
- Seamless 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.
- Who maintains Unity Mcp?
- Unity Mcp is maintained by IvanMurzak, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Unity Mcp an official MCP server?
- Yes — Unity Mcp is listed on the Official MCP Registry, alongside Smithery, Glama and mcp.so.
- How many versions does Unity Mcp have?
- MCP Toplist tracks 3 versions of Unity Mcp, most recently published on Sep 12, 2025.
- Where can I find the source code for Unity Mcp?
- The source code for Unity Mcp is hosted at github.com/IvanMurzak/Unity-MCP.