IRONCLAW BTC Node for Claude Desktop
io.github.cariohca-ux/btc-node
Real BTC full node: fees, mempool, txs, portfolio, trace, whales, SEC, scraping, Reddit via x402.
client:Claude Desktop
transport:sse
Install IRONCLAW BTC Node in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"btc-node": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.btcnode.uk/sse"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs