PluginBench
MCP Server
Maintained
MIT

io.github.ExpertVagabond/hedera-mcp MCP Server

io.github.ExpertVagabond/hedera-mcp

What is the io.github.ExpertVagabond/hedera-mcp MCP server?

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

How to install io.github.ExpertVagabond/hedera-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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>"
      }
    }
  }
}
Claude Code
claude mcp add hedera-mcp --env HEDERA_NETWORK=<YOUR_HEDERA_NETWORK> --env HEDERA_OPERATOR_ID=<YOUR_HEDERA_OPERATOR_ID> --env HEDERA_MIRROR_URL=<YOUR_HEDERA_MIRROR_URL> -- npx -y @purplesquirrel/hedera-mcp

Related MCP servers

Raycast workflow automation MCP server with 9 tools

4
JavaScript
MIT
View repository →

Bitcoin Ordinals MCP Server — inscriptions, runes, BRC-20, collections & rare sats

2
TypeScript
MIT
View repository →

AI Agent Guardrails MCP server - security layer

1
Rust
MIT
View repository →

53-tool MCP server for Sui blockchain — wallets, DeFi, Move contracts, staking, SuiNS, analytics

1
JavaScript
MIT
View repository →

IBM Cloud CLI MCP server

0
Rust
MIT
View repository →

IBM Z mainframe MCP server - Key Protect HSM & z/OS

0
Rust
MIT
View repository →