The most comprehensive Bitcoin MCP server. 49 tools for AI agents: fees, mempool, blocks, transactions, mining, price, supply. Zero config - works instantly. Claude, Cursor, VS Code, Windsurf.
# bitcoin-mcp
<!-- mcp-name: io.github.Bortlesboat/bitcoin-mcp -->
Give any AI agent Bitcoin superpowers — fee intelligence, mempool analysis, and 49 tools. Zero config, one command.
[](https://pypi.org/project/bitcoin-mcp/)
[](https://pypi.org/project/bitcoin-mcp/)
[](https://github.com/Bortlesboat/bitcoin-mcp/actions)
[](https://opensource.org/licenses/MIT)
[](https://www.python.org/downloads/)
[](https://bitcoinsapi.com?utm_source=github&utm_medium=badge&utm_campaign=bitcoin-mcp)
[](https://opensats.org)
**49 tools** · **126 tests** · **6 prompts** · **8 resources** · **Zero config** · **MIT licensed**
> If bitcoin-mcp is useful to you, consider giving it a [star](https://github.com/Bortlesboat/bitcoin-mcp/stargazers) — it helps others discover the project.
```bash
pip install bitcoin-mcp
```
## Quick Start
### Claude Desktop
Add to your `claude_desktop_config.json`:
```json
{
"mcpServers": {
"bitcoin": {
"command": "uvx",
"args": ["bitcoin-mcp"]
}
}
}
```
### Claude Code
```bash
Claude MCP add bitcoin -- uvx bitcoin-mcp
```
### Cursor
Add to `.cursor/mcp.json`:
```json
{
"mcpServers": {
"bitcoin": {
"command": "uvx",
"args": ["bitcoin-mcp"]
}
}
}
```
### VS Code
Add to `.vscode/mcp.json`:
```json
{
"servers": {
"bitcoin": {
"command": "uvx",
"args": ["bitcoin-mcp"]
}
}
}
```
### Zed
Add to your Zed `settings.json` under `context_servers`:
```json
{
"context_servers": {
"bitcoin": {
"coAgent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.