hedera mcp for Cursor
io.github.expertvagabond/hedera-mcp
Build-only Hedera (Hashgraph) MCP — 73 tools across all core services plus analytics reads.
client:Cursor
transport:stdio
runtime:npm
Install hedera mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hedera-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@purplesquirrel/hedera-mcp"
],
"env": {
"HEDERA_NETWORK": "<HEDERA_NETWORK>",
"HEDERA_OPERATOR_ID": "<HEDERA_OPERATOR_ID>",
"HEDERA_MIRROR_URL": "<HEDERA_MIRROR_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs