Bitview for Claude Desktop
io.github.bitcoinresearchkit/bitview
Read-only Bitcoin blockchain, mempool, mining, market, and on-chain analytics; no API key.
client:Claude Desktop
transport:streamable-http
Install Bitview in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"bitview": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.bitview.space/"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs