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.
Quick Start
Clone the repository:
git clone https://github.com/AbdelStark/bitcoin-mcpClaude Desktop configuration example:
{
"mcpServers": {
"abdelstark-bitcoin-mcp": {
"command": "npx",
"args": [
"-y",
"AbdelStark/bitcoin-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.