mcpbeat Sign in

Hedera MCP Server

local only

Hedera MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 84 installs a week from npm. Last commit 30 May 2026.

Build-only Hedera (Hashgraph) MCP — 73 tools across all core services plus analytics reads.

Installs per day peak 26 · avg 15 · +107% w/w
a month agotoday
84
Installs / week
npm · @purplesquirrel/hedera-mcp
0
Stars
0 open issues
30 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: HEDERA_NETWORK (mainnet | testnet (default) | previewnet), HEDERA_OPERATOR_ID (Optional default payer/treasury account id (not a private key)), HEDERA_MIRROR_URL (Optional Mirror Node REST base URL override). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Hedera MCP

same job, measured the same way
Olympus Bets Analytics
by olympus-bets

Quant sports analytics: 19 read-only tools across 12 leagues, projections, methods, track record.

20 tools answering
Google Analytics 4
by getmcpads

Google Analytics 4: 27 read-only tools across the Data API and the Admin API.

78 installs/wk local only
Google Search Console MCP
by scalably

Read-only Google Search Console MCP: Search Analytics, sitemaps, URL inspection. 5 tools.

local only
OP3 MCP Server
by conorbronsdon

OP3 podcast analytics: downloads, geography, app share, episode breakdowns. Read-only.

30 installs/wk local only
SEO Tools: Google Search Console
by antohins

Google Search Console: Search Analytics, URL Inspection, sitemaps (read-only, OAuth/service acct).

92 installs/wk local only
HAVN
by havnre

Read-only AI access to HAVN properties, leads, tasks, files, media, and analytics.

answering
Mcpulse
by getmcpulse

Analytics for MCP servers. Query your tool calls, first-call success, retries and schema cost.

answering
Matomo Analytics
by liohtml

Curated read-only Matomo Analytics tools: traffic, pages, referrers, e-commerce, real-time & more.

local only

Hedera MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Hedera MCP?
Hedera 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 @purplesquirrel/hedera-mcp was installed 84 times last week.
How do I connect Hedera 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 @purplesquirrel/hedera-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Hedera MCP?
The npm package @purplesquirrel/hedera-mcp was installed 84 times in the last week. Week over week that is +107%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Hedera MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.