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_NETWORKmainnet | testnet (default) | previewnet
HEDERA_OPERATOR_IDOptional default payer/treasury account id (not a private key)
HEDERA_MIRROR_URLOptional 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-mcpRelated MCP servers
io.github.ExpertVagabond/ordinals
Maintained
Bitcoin Ordinals MCP Server — inscriptions, runes, BRC-20, collections & rare sats
2
View repository →TypeScript
MIT
io.github.ExpertVagabond/guardrails
Maintained
AI Agent Guardrails MCP server - security layer
1
View repository →Rust
MIT
53-tool MCP server for Sui blockchain — wallets, DeFi, Move contracts, staking, SuiNS, analytics
1
View repository →JavaScript
MIT
io.github.ExpertVagabond/ibmz
Maintained
IBM Z mainframe MCP server - Key Protect HSM & z/OS
0
View repository →Rust
MIT