Skip to content
Cline

btcmcp for Cline

io.github.iworkist/btcmcp

An MCP server that provides Bitcoin price data from Binance API

client:Cline transport:stdio runtime:pypi

Install btcmcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "btcmcp": {
      "command": "uvx",
      "args": [
        "btcmcp"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

btcmcp in other clients