Skip to content
Cursor

blockchain mcp for Cursor

io.github.mrfentmen/blockchain-mcp

Bitcoin blockchain data: latest block height, block info, address info, and mempool fee...

client:Cursor transport:stdio runtime:npm

Install blockchain mcp in Cursor

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

{
  "mcpServers": {
    "blockchain-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/blockchain-mcp"
      ]
    }
  }
}

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

blockchain mcp in other clients