Hera Agent Unity
Rank #1,267io.github.NotNull92/hera-agent-unity
Control and verify a live Unity Editor through a local, low-token MCP server.
Hera Agent Unity is a Model Context Protocol (MCP) server published by NotNull92. It ranks #1,267 of 115,591 servers tracked on MCP Toplist, and its repository has 28 GitHub stars. Hera Agent Unity is listed on Official MCP, with 8 tracked versions. It was first listed on Jul 20, 2026 and most recently updated on Aug 19, 2026.
Ranks ahead of 114,324 of 115,591 servers on MCP Toplist.
Use Hera Agent Unity
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add hera-agent-unity -e "HERA_MCP_ENABLED=<your HERA_MCP_ENABLED>" -- npx -y hera-agent-unity mcp --transport stdioReplace each placeholder with your own value before saving.
[mcp_servers.hera-agent-unity]
command = "npx"
args = ["-y", "hera-agent-unity", "mcp", "--transport", "stdio"]
[mcp_servers.hera-agent-unity.env]
HERA_MCP_ENABLED = "<your HERA_MCP_ENABLED>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hera-agent-unity": {
"command": "npx",
"args": [
"-y",
"hera-agent-unity",
"mcp",
"--transport",
"stdio"
],
"env": {
"HERA_MCP_ENABLED": "<your HERA_MCP_ENABLED>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hera-agent-unity": {
"command": "npx",
"args": [
"-y",
"hera-agent-unity",
"mcp",
"--transport",
"stdio"
],
"env": {
"HERA_MCP_ENABLED": "<your HERA_MCP_ENABLED>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"hera-agent-unity": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"hera-agent-unity",
"mcp",
"--transport",
"stdio"
],
"env": {
"HERA_MCP_ENABLED": "<your HERA_MCP_ENABLED>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hera-agent-unity": {
"command": "npx",
"args": [
"-y",
"hera-agent-unity",
"mcp",
"--transport",
"stdio"
],
"env": {
"HERA_MCP_ENABLED": "<your HERA_MCP_ENABLED>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hera-agent-unity": {
"command": "npx",
"args": [
"-y",
"hera-agent-unity",
"mcp",
"--transport",
"stdio"
],
"env": {
"HERA_MCP_ENABLED": "<your HERA_MCP_ENABLED>"
}
}
}
}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.NotNull92%2Fhera-agent-unity)<a href="https://mcptoplist.com/server/io.github.NotNull92%2Fhera-agent-unity"><img src="https://mcptoplist.com/badge/io.github.NotNull92%2Fhera-agent-unity.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
NotNull92
Other servers by NotNull92
View all NotNull92 servers →Available versions (8)
| Version | Published |
|---|---|
| 0.2.17 | Aug 19, 2026 |
| 0.2.15 | Aug 18, 2026 |
| 0.2.14 | Aug 15, 2026 |
| 0.2.13 | Aug 14, 2026 |
| 0.2.12 | Aug 13, 2026 |
| 0.2.0 | Aug 10, 2026 |
| 0.1.4 | Aug 6, 2026 |
| 0.1.3 | Aug 3, 2026 |
Frequently asked questions
- Who maintains Hera Agent Unity?
- Hera Agent Unity is maintained by NotNull92, which publishes 2 MCP servers (13 total versions) tracked on MCP Toplist.
- Is Hera Agent Unity listed on the Official MCP Registry?
- Yes — Hera Agent Unity is listed on the Official MCP Registry.
- How many versions does Hera Agent Unity have?
- MCP Toplist tracks 8 versions of Hera Agent Unity, most recently published on Aug 19, 2026.
- Where can I find the source code for Hera Agent Unity?
- The source code for Hera Agent Unity is hosted at github.com/NotNull92/hera-agent-unity.