tiero/bitcoin-mcp
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.
Platform-specific configuration:
{
"mcpServers": {
"bitcoin-mcp": {
"command": "npx",
"args": [
"-y",
"bitcoin-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...