Unity MCP
Rank #2,607dev.shiranui-isuzu/unity-mcp
Unity Editor automation for AI agents: scenes, prefabs, assets, shaders, Timeline, tests, builds.
Unity MCP is a Model Context Protocol (MCP) server published by isuzu-shiranui. It ranks #2,607 of 130,187 servers tracked on MCP Toplist, and its repository has 314 GitHub stars. Unity MCP is listed on Official MCP, with 8 tracked versions. It was first listed on Sep 5, 2026 and most recently updated on Sep 15, 2026.
Ranks ahead of 127,580 of 130,187 servers on MCP Toplist.
Use Unity MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add unity-mcp -e "UNITY_MCP_STATE_DIR=<your UNITY_MCP_STATE_DIR>" -e "UNITY_MCP_HOST=<your UNITY_MCP_HOST>" -- dnx IsuzuUnityCli mcp-stdioReplace each placeholder with your own value before saving.
[mcp_servers.unity-mcp]
command = "dnx"
args = ["IsuzuUnityCli", "mcp-stdio"]
[mcp_servers.unity-mcp.env]
UNITY_MCP_STATE_DIR = "<your UNITY_MCP_STATE_DIR>"
UNITY_MCP_HOST = "<your UNITY_MCP_HOST>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unity-mcp": {
"command": "dnx",
"args": [
"IsuzuUnityCli",
"mcp-stdio"
],
"env": {
"UNITY_MCP_STATE_DIR": "<your UNITY_MCP_STATE_DIR>",
"UNITY_MCP_HOST": "<your UNITY_MCP_HOST>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unity-mcp": {
"command": "dnx",
"args": [
"IsuzuUnityCli",
"mcp-stdio"
],
"env": {
"UNITY_MCP_STATE_DIR": "<your UNITY_MCP_STATE_DIR>",
"UNITY_MCP_HOST": "<your UNITY_MCP_HOST>"
}
}
}
}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": "stdio",
"command": "dnx",
"args": [
"IsuzuUnityCli",
"mcp-stdio"
],
"env": {
"UNITY_MCP_STATE_DIR": "<your UNITY_MCP_STATE_DIR>",
"UNITY_MCP_HOST": "<your UNITY_MCP_HOST>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unity-mcp": {
"command": "dnx",
"args": [
"IsuzuUnityCli",
"mcp-stdio"
],
"env": {
"UNITY_MCP_STATE_DIR": "<your UNITY_MCP_STATE_DIR>",
"UNITY_MCP_HOST": "<your UNITY_MCP_HOST>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unity-mcp": {
"command": "dnx",
"args": [
"IsuzuUnityCli",
"mcp-stdio"
],
"env": {
"UNITY_MCP_STATE_DIR": "<your UNITY_MCP_STATE_DIR>",
"UNITY_MCP_HOST": "<your UNITY_MCP_HOST>"
}
}
}
}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/dev.shiranui-isuzu%2Funity-mcp)<a href="https://mcptoplist.com/server/dev.shiranui-isuzu%2Funity-mcp"><img src="https://mcptoplist.com/badge/dev.shiranui-isuzu%2Funity-mcp.svg" alt="MCP Toplist: Top 5% of 130,187" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
isuzu-shiranui
Other servers by isuzu-shiranui
View all isuzu-shiranui servers →Available versions (8)
| Version | Published |
|---|---|
| 4.4.1 | Sep 15, 2026 |
| 4.4.0 | Sep 14, 2026 |
| 4.3.3 | Sep 13, 2026 |
| 4.3.2 | Sep 13, 2026 |
| 4.3.1 | Sep 12, 2026 |
| 4.3.0 | Sep 12, 2026 |
| 4.2.0 | Sep 9, 2026 |
| 4.1.1 | Sep 8, 2026 |
Frequently asked questions
- Who maintains Unity MCP?
- Unity MCP is maintained by isuzu-shiranui, which publishes 5 MCP servers (10 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.
- How many versions does Unity MCP have?
- MCP Toplist tracks 8 versions of Unity MCP, most recently published on Sep 15, 2026.
- Where can I find the source code for Unity MCP?
- The source code for Unity MCP is hosted at github.com/isuzu-shiranui/UnityMCP.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.