Skip to content
Cursor

blockcypher mcp for Cursor

io.github.mrfentmen/blockcypher-mcp

Blockchain explorer for BTC, ETH, LTC, DOGE: block info, address balance, transaction details.

client:Cursor transport:stdio runtime:npm

Install blockcypher mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "blockcypher-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "blockcypher-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

blockcypher mcp in other clients