hedera-mcp
Rank #54,572io.github.ExpertVagabond/hedera-mcp
Build-only Hedera (Hashgraph) MCP — 51 tools across Account, HTS, HCS, EVM, File & Schedule.
hedera-mcp is a Model Context Protocol (MCP) server published by expertvagabond. It ranks #54,572 of 115,460 servers tracked on MCP Toplist. hedera-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 29, 2026 and most recently updated on May 29, 2026.
Ranks ahead of 60,888 of 115,460 servers on MCP Toplist.
Use hedera-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add hedera-mcp -e "HEDERA_NETWORK=<your HEDERA_NETWORK>" -e "HEDERA_OPERATOR_ID=<your HEDERA_OPERATOR_ID>" -e "HEDERA_MIRROR_URL=<your HEDERA_MIRROR_URL>" -- npx -y @purplesquirrel/hedera-mcpReplace each placeholder with your own value before saving.
[mcp_servers.hedera-mcp]
command = "npx"
args = ["-y", "@purplesquirrel/hedera-mcp"]
[mcp_servers.hedera-mcp.env]
HEDERA_NETWORK = "<your HEDERA_NETWORK>"
HEDERA_OPERATOR_ID = "<your HEDERA_OPERATOR_ID>"
HEDERA_MIRROR_URL = "<your HEDERA_MIRROR_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hedera-mcp": {
"command": "npx",
"args": [
"-y",
"@purplesquirrel/hedera-mcp"
],
"env": {
"HEDERA_NETWORK": "<your HEDERA_NETWORK>",
"HEDERA_OPERATOR_ID": "<your HEDERA_OPERATOR_ID>",
"HEDERA_MIRROR_URL": "<your HEDERA_MIRROR_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hedera-mcp": {
"command": "npx",
"args": [
"-y",
"@purplesquirrel/hedera-mcp"
],
"env": {
"HEDERA_NETWORK": "<your HEDERA_NETWORK>",
"HEDERA_OPERATOR_ID": "<your HEDERA_OPERATOR_ID>",
"HEDERA_MIRROR_URL": "<your HEDERA_MIRROR_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"hedera-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@purplesquirrel/hedera-mcp"
],
"env": {
"HEDERA_NETWORK": "<your HEDERA_NETWORK>",
"HEDERA_OPERATOR_ID": "<your HEDERA_OPERATOR_ID>",
"HEDERA_MIRROR_URL": "<your HEDERA_MIRROR_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hedera-mcp": {
"command": "npx",
"args": [
"-y",
"@purplesquirrel/hedera-mcp"
],
"env": {
"HEDERA_NETWORK": "<your HEDERA_NETWORK>",
"HEDERA_OPERATOR_ID": "<your HEDERA_OPERATOR_ID>",
"HEDERA_MIRROR_URL": "<your HEDERA_MIRROR_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hedera-mcp": {
"command": "npx",
"args": [
"-y",
"@purplesquirrel/hedera-mcp"
],
"env": {
"HEDERA_NETWORK": "<your HEDERA_NETWORK>",
"HEDERA_OPERATOR_ID": "<your HEDERA_OPERATOR_ID>",
"HEDERA_MIRROR_URL": "<your HEDERA_MIRROR_URL>"
}
}
}
}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.ExpertVagabond%2Fhedera-mcp)<a href="https://mcptoplist.com/server/io.github.ExpertVagabond%2Fhedera-mcp"><img src="https://mcptoplist.com/badge/io.github.ExpertVagabond%2Fhedera-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
expertvagabond
Other servers by expertvagabond
- Raycast#11,131 · 2 vers
- Universal Blockchain#11,516 · 2 vers
- Solana#12,056 · 2 vers
- Ordinals#24,232 · 2 vers
- Watsonx#26,655 · 2 vers
- Sui MCP Server#29,201 · 2 vers
- Guardrails#31,586 · 2 vers
- Ibmz#31,587 · 2 vers
- Solmail#31,588 · 2 vers
- robinhood-chain-mcp#32,829 · 1 ver
- shopify-mcp#39,012 · 1 ver
- jupiter-mcp#39,606 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | May 29, 2026 |
Frequently asked questions
- Who maintains hedera-mcp?
- hedera-mcp is maintained by expertvagabond, which publishes 20 MCP servers (33 total versions) tracked on MCP Toplist.
- Is hedera-mcp listed on the Official MCP Registry?
- Yes — hedera-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does hedera-mcp have?
- MCP Toplist tracks 1 version of hedera-mcp, most recently published on May 29, 2026.
- Where can I find the source code for hedera-mcp?
- The source code for hedera-mcp is hosted at github.com/expertvagabond/hedera-mcp.