mcpbeat Sign in

Hermai MCP Server

by hermai-ai Your server? Claim it
local only

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

Dedicated Hermai MCP server for schema lookup, request intake, and workflow classification.

Installs per day peak 30 · avg 7 · -36% w/w
a month agotoday
40
Installs / week
npm · hermai-mcp
0
Stars
0 open issues
13 Aug 2026
Last commit
0 releases in 90 days
AGPL-3.0-or-later
License
JavaScript

Nothing serious here today

Today is the operative word: we check Hermai MCP 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 hermai-mcp -- npx -y hermai-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hermai-mcp": {
      "args": [
        "-y",
        "hermai-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hermai-mcp]
command = "npx"
args = ["-y", "hermai-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "hermai-mcp": {
      "args": [
        "-y",
        "hermai-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hermai-mcp": {
      "args": [
        "-y",
        "hermai-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Hermai MCP

same job, measured the same way
Kra MCP
by gabrielmahia

MCP server for Kenya Revenue Authority tax workflows and information

105 installs/wk local only
AutoRender MCP
by autorender

AutoRender's MCP server for media assets, transformations, delivery, and workflow automation.

answering
I
Runsec Io
by runsec-io

RunSec MCP server for workspace security scanning and remediation workflows.

34 installs/wk local only
ClearPolicy
by clearpolicy

Authenticated MCP server for ClearPolicy policy and compliance workflows.

answering
HaloPSA
by wyre-technology

MCP server for HaloPSA — clients, tickets, and PSA workflows via the HaloPSA REST API.

local only
HaloPSA
by wyre-ai

MCP server for HaloPSA — clients, tickets, and PSA workflows via the HaloPSA REST API.

local only
China Marketing AI Intelligence MCP
by chinamarketing

Remote MCP server for China brand visibility, destination demand, and KOL discovery workflows.

3 tools answering
Front MCP
by wearehoust

MCP server for Front: conversations, contacts, messages, tags, and inbox workflows.

71 installs/wk local only

Hermai MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Hermai MCP?
Hermai MCP 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 hermai-mcp was installed 40 times last week.
How do I connect Hermai MCP?
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 hermai-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Hermai MCP?
The npm package hermai-mcp was installed 40 times in the last week. Week over week that is -36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hermai MCP open source?
No, and the distinction matters: its licence is declared as AGPL-3.0-or-later. That makes it source-available — you can read the code, but the terms are the author's own, not one of the recognised open-source licences. Read them before you build on it.