mcpbeat Sign in

Unity MCP Server

by rachitkumarrastogi Your server? Claim it
local only

Unity MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 103 installs a week from npm. Last commit 5 Aug 2026.

MCP server for Unity: 130+ tools, Unity 6 skills, AI/ML discovery. No Editor.

Installs per day peak 33 · avg 14 · -22% w/w
a month agotoday
103
Installs / week
npm · unity-mcp-server
5
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Unity MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add unity-mcp-server -- npx -y unity-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "unity-mcp-server": {
      "args": [
        "-y",
        "unity-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.unity-mcp-server]
command = "npx"
args = ["-y", "unity-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "unity-mcp-server": {
      "args": [
        "-y",
        "unity-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "unity-mcp-server": {
      "args": [
        "-y",
        "unity-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: UNITY_PROJECT_PATH (Absolute path to your Unity project root (required)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Unity MCP Server

same job, measured the same way
Unifi MCP
by mikeholownych

MCP server for Ubiquiti UniFi Network and Protect. 63 tools, 16 agent skills.

489 installs/wk local only
Agenticorg
by mishrasanjeev

AgenticOrg MCP server for AI agents, A2A discovery, SOP deploy, and MCP tool listing.

42 installs/wk local only
Rivemcp
by paradoxsyn

MCP server for creating and editing Rive (.riv) animation files. 139 tools for AI-driven animation.

615 installs/wk local only
Unity MCP
by ivanmurzak

Make 3D games in Unity Engine with AI. MCP Server + Plugin for Unity Editor and Unity games.

local only
FunseaAI Unity MCP
by funseaai

stdio bridge for the local Unity Editor MCP server from FunseaAI/unity-mcp.

local only
Overseerr MCP
by tootie

MCP server for Overseerr media requests and discovery.

52 installs/wk local only
Funplay Unity MCP
by funplayai

stdio bridge for the local Unity Editor MCP server from FunplayAI/funplay-unity-mcp.

local only
Toolcairn MCP
by neurynae

MCP server for tool discovery: find, compare, and verify tools across 35+ registries.

187 installs/wk local only

Unity MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Unity MCP Server?
Unity MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package unity-mcp-server was installed 103 times last week.
How do I connect Unity MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls unity-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Unity MCP Server?
The npm package unity-mcp-server was installed 103 times in the last week. Week over week that is -22%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Unity MCP Server open source?
We cannot say either way: written in TypeScript and 5 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.