Bitcoin MCP
Rank #7,078io.github.Bortlesboat/bitcoin-mcp
MCP server providing bitcoin-mcp capabilities
Bitcoin MCP is a Model Context Protocol (MCP) server published by bortlesboat. It ranks #7,078 of 132,046 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Bitcoin MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 5 tracked versions. It was first listed on Mar 4, 2026 and most recently updated on Mar 21, 2026.
Ranks ahead of 124,968 of 132,046 servers on MCP Toplist.
Use Bitcoin MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add bitcoin-mcp -e "BITCOIN_RPC_HOST=<your BITCOIN_RPC_HOST>" -e "BITCOIN_RPC_PORT=<your BITCOIN_RPC_PORT>" -e "BITCOIN_NETWORK=<your BITCOIN_NETWORK>" -e "SATOSHI_API_URL=<your SATOSHI_API_URL>" -e "SATOSHI_API_KEY=<your SATOSHI_API_KEY>" -- uvx bitcoin-mcpReplace each placeholder with your own value before saving.
[mcp_servers.bitcoin-mcp]
command = "uvx"
args = ["bitcoin-mcp"]
[mcp_servers.bitcoin-mcp.env]
BITCOIN_RPC_HOST = "<your BITCOIN_RPC_HOST>"
BITCOIN_RPC_PORT = "<your BITCOIN_RPC_PORT>"
BITCOIN_NETWORK = "<your BITCOIN_NETWORK>"
SATOSHI_API_URL = "<your SATOSHI_API_URL>"
SATOSHI_API_KEY = "<your SATOSHI_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bitcoin-mcp": {
"command": "uvx",
"args": [
"bitcoin-mcp"
],
"env": {
"BITCOIN_RPC_HOST": "<your BITCOIN_RPC_HOST>",
"BITCOIN_RPC_PORT": "<your BITCOIN_RPC_PORT>",
"BITCOIN_NETWORK": "<your BITCOIN_NETWORK>",
"SATOSHI_API_URL": "<your SATOSHI_API_URL>",
"SATOSHI_API_KEY": "<your SATOSHI_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bitcoin-mcp": {
"command": "uvx",
"args": [
"bitcoin-mcp"
],
"env": {
"BITCOIN_RPC_HOST": "<your BITCOIN_RPC_HOST>",
"BITCOIN_RPC_PORT": "<your BITCOIN_RPC_PORT>",
"BITCOIN_NETWORK": "<your BITCOIN_NETWORK>",
"SATOSHI_API_URL": "<your SATOSHI_API_URL>",
"SATOSHI_API_KEY": "<your SATOSHI_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"bitcoin-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"bitcoin-mcp"
],
"env": {
"BITCOIN_RPC_HOST": "<your BITCOIN_RPC_HOST>",
"BITCOIN_RPC_PORT": "<your BITCOIN_RPC_PORT>",
"BITCOIN_NETWORK": "<your BITCOIN_NETWORK>",
"SATOSHI_API_URL": "<your SATOSHI_API_URL>",
"SATOSHI_API_KEY": "<your SATOSHI_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bitcoin-mcp": {
"command": "uvx",
"args": [
"bitcoin-mcp"
],
"env": {
"BITCOIN_RPC_HOST": "<your BITCOIN_RPC_HOST>",
"BITCOIN_RPC_PORT": "<your BITCOIN_RPC_PORT>",
"BITCOIN_NETWORK": "<your BITCOIN_NETWORK>",
"SATOSHI_API_URL": "<your SATOSHI_API_URL>",
"SATOSHI_API_KEY": "<your SATOSHI_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bitcoin-mcp": {
"command": "uvx",
"args": [
"bitcoin-mcp"
],
"env": {
"BITCOIN_RPC_HOST": "<your BITCOIN_RPC_HOST>",
"BITCOIN_RPC_PORT": "<your BITCOIN_RPC_PORT>",
"BITCOIN_NETWORK": "<your BITCOIN_NETWORK>",
"SATOSHI_API_URL": "<your SATOSHI_API_URL>",
"SATOSHI_API_KEY": "<your SATOSHI_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Bortlesboat%2Fbitcoin-mcp)<a href="https://mcptoplist.com/server/io.github.Bortlesboat%2Fbitcoin-mcp"><img src="https://mcptoplist.com/badge/io.github.Bortlesboat%2Fbitcoin-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
bortlesboat
Available versions (5)
| Version | Published |
|---|---|
| 0.5.1 | Mar 21, 2026 |
| 0.4.2 | Mar 9, 2026 |
| 0.4.1 | Mar 9, 2026 |
| 0.2.2 | Mar 7, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Bitcoin MCP?
- Bitcoin MCP is maintained by bortlesboat, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is Bitcoin MCP listed on the Official MCP Registry?
- Yes — Bitcoin MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Bitcoin MCP have?
- MCP Toplist tracks 5 versions of Bitcoin MCP, most recently published on Mar 21, 2026.
- Where can I find the source code for Bitcoin MCP?
- The source code for Bitcoin MCP is hosted at github.com/bortlesboat/bitcoin-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.