MCP Catalogs
Home

time vs mcp-crypto-price

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

time
by modelcontextprotocol
mcp-crypto-price
by truss44
Stars★ 85,748★ 39
30d uses
Score7745
Official
Categories
ProductivityDeveloper ToolsCommunication
FinanceAI / LLM ToolsDeveloper Tools
LanguageTypeScriptTypeScript
Last committhis monththis month

time · Summary

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

mcp-crypto-price · Summary

MCP server providing real-time cryptocurrency price analysis and market data via CoinCap API.

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

mcp-crypto-price · Use cases

  • Track current cryptocurrency prices and 24h market changes
  • Analyze historical price trends and technical indicators
  • Compare exchanges and get market analysis insights

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"]
    }
  }
}

mcp-crypto-price · Install

  1. Install Node.js 22.14+
  2. Get a free CoinCap API key at [pro.coincap.io/dashboard](https://pro.coincap.io/dashboard)
  3. Add to Claude Desktop config:
{
  "mcpServers": {
    "mcp-crypto-price": {
      "command": "npx",
      "args": ["-y", "mcp-crypto-price"],
      "env": {
        "COINCAP_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.