Back to MCP Servers
Bitcoin Utxo
An MCP server that tracks Bitcoin's Unspent Transaction Outputs (UTXO) and block statistics.
finance-fintech
By kukapay
Installation
npx -y bitcoin-utxo-mcpConfiguration
{
"mcpServers": {
"bitcoin-utxo-mcp": {
"command": "npx",
"args": ["-y", "bitcoin-utxo-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes