Bitcoin MCP MCP Server

A Model Context Protocol (MCP) server that provides Bitcoin tools for AI applications like Claude Desktop and Cursor, allowing them to interact with

Local serverstdioTypeScript

What is the Bitcoin MCP MCP server?

Bitcoin MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Bitcoin MCP directly instead of describing what you should do. A Model Context Protocol (MCP) server that provides Bitcoin tools for AI applications like Claude Desktop and Cursor, allowing them to interact with the Bitcoin Network and manage wallet operations.

What you get

The Bitcoin MCP server extends any MCP client's capabilities by providing tools to do anything with Bitcoin:

What the assistant can call

Once Bitcoin MCP is connected, these are the calls the assistant has available:

  • setup_wallet — The setup_wallet tool exposed by this server
  • get_wallet_status — The get_wallet_status tool exposed by this server
  • get_addresses — The get_addresses tool exposed by this server
  • get_balance — The get_balance tool exposed by this server
  • send_bitcoin — The send_bitcoin tool exposed by this server

Setting it up

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Choosing this one

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Bitcoin MCP's toolset — setup_wallet, get_wallet_status, get_addresses and 2 more — is a fair guide to whether it matches your workflow. It is maintained by tiero; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the bitcoin mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
setup_walletThe setup_wallet tool exposed by this server.
get_wallet_statusThe get_wallet_status tool exposed by this server.
get_addressesThe get_addresses tool exposed by this server.
get_balanceThe get_balance tool exposed by this server.
send_bitcoinThe send_bitcoin tool exposed by this server.

Example prompts to try

  • Use Bitcoin MCP to setup wallet.
  • Use Bitcoin MCP to get wallet status.
  • Use Bitcoin MCP to get addresses.

Frequently asked questions

Bitcoin mainnet, testnet, signet, and mutinynet are supported.