kukapay/bitcoin-utxo-mcp
An MCP server that tracks Bitcoin's Unspent Transaction Outputs (UTXO) and block statistics.
Quick Start
Clone the repository:
git clone https://github.com/kukapay/bitcoin-utxo-mcpClaude Desktop configuration example:
{
"mcpServers": {
"bitcoin-utxo-mcp": {
"command": "npx",
"args": [
"-y",
"kukapay/bitcoin-utxo-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.