Bitcoin MCP for Claude Desktop
io.github.bortlesboat/bitcoin-mcp
49 Bitcoin tools for AI agents: fees, mempool, blocks, mining, price. Zero config.
client:Claude Desktop
transport:stdio
runtime:pypi
Install Bitcoin MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"bitcoin-mcp": {
"command": "uvx",
"args": [
"bitcoin-mcp"
],
"env": {
"BITCOIN_RPC_HOST": "<BITCOIN_RPC_HOST>",
"BITCOIN_RPC_PORT": "<BITCOIN_RPC_PORT>",
"BITCOIN_NETWORK": "<BITCOIN_NETWORK>",
"SATOSHI_API_URL": "<SATOSHI_API_URL>",
"SATOSHI_API_KEY": "<SATOSHI_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs