Unity MCP
Rank #322io.github.IvanMurzak/Unity-MCP
MCP server providing Unity-MCP capabilities
Unity MCP is a Model Context Protocol (MCP) server published by ivanmurzak. It ranks #322 of 115,460 servers tracked on MCP Toplist, and its repository has 4,024 GitHub stars. Unity MCP is listed across 5 registries — Official MCP, Smithery, mcp.so, Glama and PulseMCP, with 3 tracked versions. It was first listed on Apr 2, 2025 and most recently updated on Sep 12, 2025.
Ranks ahead of 115,138 of 115,460 servers on MCP Toplist.
Use Unity MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http unity-mcp https://server.smithery.ai/IvanMurzak/unity-mcp/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add unity-mcp -e "UNITY_MCP_PORT=<your UNITY_MCP_PORT>" -e "UNITY_MCP_PLUGIN_TIMEOUT=<your UNITY_MCP_PLUGIN_TIMEOUT>" -e "UNITY_MCP_CLIENT_TRANSPORT=<your UNITY_MCP_CLIENT_TRANSPORT>" -- docker run -i --rm docker.io/ivanmurzakdev/unity-mcp-server:0.17.0Replace each placeholder with your own value before saving.
[mcp_servers.unity-mcp]
url = "https://server.smithery.ai/IvanMurzak/unity-mcp/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.unity-mcp]
command = "docker"
args = ["run", "-i", "--rm", "docker.io/ivanmurzakdev/unity-mcp-server:0.17.0"]
[mcp_servers.unity-mcp.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://server.smithery.ai/IvanMurzak/unity-mcp/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unity-mcp": {
"url": "https://server.smithery.ai/IvanMurzak/unity-mcp/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"unity-mcp": {
"type": "http",
"url": "https://server.smithery.ai/IvanMurzak/unity-mcp/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"unity-mcp": {
"type": "stdio",
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unity-mcp": {
"serverUrl": "https://server.smithery.ai/IvanMurzak/unity-mcp/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unity-mcp": {
"url": "https://server.smithery.ai/IvanMurzak/unity-mcp/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"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.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.IvanMurzak%2FUnity-MCP)<a href="https://mcptoplist.com/server/io.github.IvanMurzak%2FUnity-MCP"><img src="https://mcptoplist.com/badge/io.github.IvanMurzak%2FUnity-MCP.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (4 delisted)
ivanmurzak
Other servers by ivanmurzak
- Godot-MCP#1,312 · 7 vers
- Unity ProBuilder#1,383 · 21 vers
- MCP-Plugin-dotnet#2,598 · 9 vers
- Unreal-MCP#2,694 · 8 vers
- GameDev-MCP-Server#4,064 · 7 vers
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
- Who maintains Unity MCP?
- Unity MCP is maintained by ivanmurzak, which publishes 6 MCP servers (55 total versions) tracked on MCP Toplist.
- Is Unity MCP listed on the Official MCP Registry?
- Yes — Unity MCP is listed on the Official MCP Registry, alongside Smithery, mcp.so, Glama and PulseMCP.
- 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.