mcpbeat Sign in

Hera Agent Unity MCP Server

by notnull92 Your server? Claim it
local only

Hera Agent Unity runs on your own machine — the client starts it, so there is no endpoint to ping. 67 installs a week from npm. Last commit 19 Aug 2026.

Control and verify a live Unity Editor through a local, low-token MCP server.

Installs per day peak 509 · avg 38 · +9200% w/w
a month agotoday
67
Installs / week
npm · hera-agent-unity
28
Stars
0 open issues
19 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
C#

What the code does

We read the source, 8 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/install.js
const result = spawnSync(binary, process.argv.slice(2), { stdio: "inherit" });
const binary = path.join(__dirname, "native", target.binaryName);
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

                    proc = Process.Start(psi);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 hera-agent-unity -- npx -y hera-agent-unity
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hera-agent-unity": {
      "args": [
        "-y",
        "hera-agent-unity"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hera-agent-unity]
command = "npx"
args = ["-y", "hera-agent-unity"]
.cursor/mcp.json
{
  "mcpServers": {
    "hera-agent-unity": {
      "args": [
        "-y",
        "hera-agent-unity"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hera-agent-unity": {
      "args": [
        "-y",
        "hera-agent-unity"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: HERA_MCP_ENABLED. The author declared them in the registry entry; get the values from the project itself.

Alternatives to Hera Agent Unity

same job, measured the same way
Patina Unity MCP
by taygunsavas

Control the Unity Editor from MCP hosts through a local Rust server and C# Unity bridge.

35 installs/wk local only
Touchdesigner MCP Server
by 8beeeaaat

MCP server for TouchDesigner - Control and operate TouchDesigner projects through AI agents

1 646 installs/wk local only
Krita Codex MCP
by cyyprezz

Control Krita through a secure local MCP server and authenticated Windows bridge.

144 installs/wk local only
Labnana MCP
by exoticknight

Generate and edit images with Labnana through a local MCP server with MCP Apps previews.

39 installs/wk local only
HOL Guard
by hashgraph-online

Local-first AI agent security evidence and approval workflows through HOL Guard's stdio MCP server.

90 145 installs/wk local only
HireNimbus MCP Server
by mishakivskiy

Find and book verified local home service professionals through AI agents.

20 tools answering
FunseaAI Unity MCP
by funseaai

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

local only
Ennodia
by cherninlab

Try other agents, models, and skills from your familiar AI workflow through a local MCP server

366 installs/wk local only

Hera Agent Unity — questions

Answers built from our own checks of this server.

Why is there no uptime for Hera Agent Unity?
Hera Agent Unity 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 hera-agent-unity was installed 67 times last week.
How do I connect Hera Agent Unity?
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 hera-agent-unity straight from npm; nothing to host, nothing to sign up for.
How many people use Hera Agent Unity?
The npm package hera-agent-unity was installed 67 times in the last week. Week over week that is +9200%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hera Agent Unity open source?
Yes — it is published under the Apache-2.0 licence, written in C# and 28 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.