Skip to content
Grok

Bitcoin MCP for Grok

io.github.bortlesboat/bitcoin-mcp

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

client:Grok transport:stdio runtime:pypi

Install Bitcoin MCP in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "bitcoin-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Bitcoin MCP in other clients