Skip to content
Zed

Bitcoin MCP for Zed

io.github.bortlesboat/bitcoin-mcp

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

client:Zed transport:stdio runtime:pypi

Install Bitcoin MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Bitcoin MCP in other clients