Skip to content
Cursor

Bitcoin MCP for Cursor

io.github.bortlesboat/bitcoin-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Bitcoin MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Bitcoin MCP in other clients