mcpbeat

Hera Agent Unity MCP Server

by notnull92
local only

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

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

517
Installs / week
npm · hera-agent-unity
21
Stars
0 open issues
4 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
C#

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"
    }
  }
}

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.

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

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

2 478 installs/wk local only
Krita Codex MCP
by cyyprezz

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

196 installs/wk local only
HireNimbus MCP Server
by mishakivskiy

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

answering
FunseaAI Unity MCP
by funseaai

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

local only
Funplay Unity MCP
by funplayai

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

local only
MCP Server for OSCAL
by awslabs

AI agent tools for Open Security Controls Assessment Language (OSCAL)

209 installs/wk local only
Hex Line
by levnikolaevich

Hash-verified file editing MCP server with token efficiency hook for AI coding agents.

89 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 517 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 517 times in the last week. 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 21 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.