Skip to content
Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Bitcoin MCP in other clients