Unity MCP Server
Rank #14,289io.github.rachitkumarrastogi/unity-mcp-server
MCP server for Unity: 130+ tools, Unity 6 skills, AI/ML discovery. No Editor.
Unity MCP Server is a Model Context Protocol (MCP) server published by rachitkumarrastogi. It ranks #14,289 of 132,046 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Unity MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 12 tracked versions. It was first listed on Feb 13, 2026 and most recently updated on Aug 4, 2026.
Ranks ahead of 117,757 of 132,046 servers on MCP Toplist.
Use Unity MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add unity-mcp-server -e "UNITY_PROJECT_PATH=<your UNITY_PROJECT_PATH>" -- npx -y unity-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.unity-mcp-server]
command = "npx"
args = ["-y", "unity-mcp-server"]
[mcp_servers.unity-mcp-server.env]
UNITY_PROJECT_PATH = "<your UNITY_PROJECT_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unity-mcp-server": {
"command": "npx",
"args": [
"-y",
"unity-mcp-server"
],
"env": {
"UNITY_PROJECT_PATH": "<your UNITY_PROJECT_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unity-mcp-server": {
"command": "npx",
"args": [
"-y",
"unity-mcp-server"
],
"env": {
"UNITY_PROJECT_PATH": "<your UNITY_PROJECT_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"unity-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"unity-mcp-server"
],
"env": {
"UNITY_PROJECT_PATH": "<your UNITY_PROJECT_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unity-mcp-server": {
"command": "npx",
"args": [
"-y",
"unity-mcp-server"
],
"env": {
"UNITY_PROJECT_PATH": "<your UNITY_PROJECT_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"unity-mcp-server": {
"command": "npx",
"args": [
"-y",
"unity-mcp-server"
],
"env": {
"UNITY_PROJECT_PATH": "<your UNITY_PROJECT_PATH>"
}
}
}
}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.rachitkumarrastogi%2Funity-mcp-server)<a href="https://mcptoplist.com/server/io.github.rachitkumarrastogi%2Funity-mcp-server"><img src="https://mcptoplist.com/badge/io.github.rachitkumarrastogi%2Funity-mcp-server.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
rachitkumarrastogi
Available versions (12)
| Version | Published |
|---|---|
| 1.7.0 | Aug 4, 2026 |
| 1.6.1 | Aug 4, 2026 |
| 1.6.0 | Jun 25, 2026 |
| 1.5.2 | Feb 20, 2026 |
| 1.5.1 | Feb 17, 2026 |
| 1.5.0 | Feb 16, 2026 |
| 1.4.0 | Feb 13, 2026 |
| 1.3.0 | Feb 13, 2026 |
| 1.2.0 | Feb 13, 2026 |
| 1.1.0 | Feb 13, 2026 |
| 1.0.0 | Feb 13, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Unity MCP Server?
- Unity MCP Server is maintained by rachitkumarrastogi, which publishes 1 MCP server (12 total versions) tracked on MCP Toplist.
- Is Unity MCP Server listed on the Official MCP Registry?
- Yes — Unity MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Unity MCP Server have?
- MCP Toplist tracks 12 versions of Unity MCP Server, most recently published on Aug 4, 2026.
- Where can I find the source code for Unity MCP Server?
- The source code for Unity MCP Server is hosted at github.com/rachitkumarrastogi/unity-mcp-server.
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.