Odel
Bitcoin MCP

Bitcoin MCP

Local
@bortlesboat3PythonMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIbitcoin-mcpv0.5.1

Run

uvx bitcoin-mcp

MCP client config

{
  "mcpServers": {
    "bitcoin-mcp": {
      "command": "uvx",
      "args": [
        "bitcoin-mcp"
      ]
    }
  }
}