Skip to main content
Other Tools and IntegrationsUnknown

AbdelStark/bitcoin-mcp

₿ A Model Context Protocol (MCP) server that enables AI models to interact with Bitcoin, allowing them to generate keys, validate addresses, decode transactions, query the blockchain, and more.

other-tools-and-integrations
Share:

Quick Start

Clone the repository:

git clone https://github.com/AbdelStark/bitcoin-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "abdelstark-bitcoin-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "AbdelStark/bitcoin-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Unknown
Author
AbdelStark