MCP Catalogs
Home

bitcoin-mcp vs time

Side-by-side comparison to help you pick between these two MCP servers.

bitcoin-mcp
by AbdelStark
time
by modelcontextprotocol
Stars★ 74★ 85,748
30d uses
Score4377
Official
Categories
FinanceDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit10 mo agothis month

bitcoin-mcp · Summary

An MCP server enabling AI models to interact with Bitcoin and Lightning Network through various tools.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

bitcoin-mcp · Use cases

  • AI assistants providing Bitcoin network information
  • Automated analysis of Bitcoin transactions
  • Lightning Network payment processing through AI agents

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

bitcoin-mcp · Install

Installation

Claude Desktop Integration

Add the following to your Claude Desktop configuration (claude_desktop_config.json):

{
  "mcpServers": {
    "bitcoin-mcp": {
      "command": "npx",
      "args": ["-y", "bitcoin-mcp@latest"]
    }
  }
}

Goose Integration

For Goose CLI:

goose configure
# Add Command-Line Extension with:
# Name: bitcoin
# Command: npx -y bitcoin-mcp@latest

NPM Installation

npm install -g bitcoin-mcp

For more details, see the [documentation](https://abdelstark.github.io/bitcoin-mcp/).

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.