blockchain info mcp for Cursor
io.github.mrfentmen/blockchain-info-mcp
Bitcoin data from blockchain.info: price ticker, latest block, and address balances. No key...
client:Cursor
transport:stdio
runtime:npm
Install blockchain info mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"blockchain-info-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"blockchain-info-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs