mcpbeat Sign in

Btcmcp MCP Server

local only

Btcmcp runs on your own machine — the client starts it, so there is no endpoint to ping. 67 installs a week from pypi. Last commit 23 Sep 2025.

An MCP server that provides Bitcoin price data from Binance API

Installs per day peak 22 · avg 10 · +26% w/w
a month agotoday
67
Installs / week
pypi · btcmcp
0
Stars
0 open issues
23 Sep 2025
Last commit
0 releases in 90 days
License
Python

Nothing serious here today

Today is the operative word: we check Btcmcp every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add btcmcp -- uvx btcmcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "btcmcp": {
      "args": [
        "btcmcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.btcmcp]
command = "uvx"
args = ["btcmcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "btcmcp": {
      "args": [
        "btcmcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "btcmcp": {
      "args": [
        "btcmcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Btcmcp

same job, measured the same way
Weather MCP Server
by kushknows

An MCP server that provides weather data

46 installs/wk local only
MCP Ethical Hacking
by cmpxchg16

An MCP server that provides LinkedIn & Reddit data

local only
Sayou Opendart MCP
by kcw2034-sayouzone

An MCP server that provides OpenDart API

60 installs/wk local only
MCP Opendart Server
by kcw2034-sayouzone

An MCP server that provides OpenDart API

local only
Staging MCP
by riskprofiler

An MCP server that provides a hello tool

answering
D
Test MCP
by riskprofiler

An MCP server that provides a hello tool

1 tools answering
Huoshui PDF Translator
by huoshuiai42

An MCP server that provides PDF translation service

26 installs/wk local only
MCP Python Bitcoinlib
by daedalus

An MCP server that exposes the python-bitcoinlib API

61 installs/wk local only

Btcmcp — questions

Answers built from our own checks of this server.

Why is there no uptime for Btcmcp?
Btcmcp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package btcmcp was installed 67 times last week.
How do I connect Btcmcp?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls btcmcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Btcmcp?
The pypi package btcmcp was installed 67 times in the last week. Week over week that is +26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Btcmcp open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.