← Back to browse

Bitcoin MCP

Indexed by io.github.Bortlesboat

About

49 Bitcoin tools for AI agents: fees, mempool, blocks, mining, price. Zero config.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsBITCOIN_RPC_HOST BITCOIN_RPC_PORT BITCOIN_NETWORK SATOSHI_API_URL SATOSHI_API_KEY
Claude Code
claude mcp add --env BITCOIN_RPC_HOST= --env BITCOIN_RPC_PORT= --env BITCOIN_NETWORK= --env SATOSHI_API_URL= --env SATOSHI_API_KEY= bitcoin-mcp -- uvx bitcoin-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"bitcoin-mcp","command":"uvx","args":["bitcoin-mcp"],"env":{"BITCOIN_RPC_HOST":"","BITCOIN_RPC_PORT":"","BITCOIN_NETWORK":"","SATOSHI_API_URL":"","SATOSHI_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "bitcoin-mcp": {
      "command": "uvx",
      "args": [
        "bitcoin-mcp"
      ],
      "env": {
        "BITCOIN_RPC_HOST": "",
        "BITCOIN_RPC_PORT": "",
        "BITCOIN_NETWORK": "",
        "SATOSHI_API_URL": "",
        "SATOSHI_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.