MCP Catalogs
Home

dexpaprika-mcp vs time

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

dexpaprika-mcp
by coinpaprika
time
by modelcontextprotocol
Stars★ 40★ 85,748
30d uses
Score4677
Official
Categories
FinanceAI / LLM ToolsDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit1 mo agothis month

dexpaprika-mcp · Summary

A comprehensive MCP server for accessing real-time crypto and DEX data across multiple blockchains with 14 specialized tools.

time · Summary

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

dexpaprika-mcp · Use cases

  • Cryptocurrency market analysis and price tracking across multiple blockchains
  • Comparing DEX performance, fee structures, and liquidity across different networks
  • Analyzing token performance, pool liquidity, and trading patterns for DeFi applications

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

dexpaprika-mcp · Install

Installation

Smithery (Recommended)

npx -y @smithery/cli install @coinpaprika/dexpaprika-mcp --client claude

Manual Installation

npm install -g dexpaprika-mcp
dexpaprika-mcp

Claude Desktop Integration

Add to Claude Desktop config:

{
  "mcpServers": {
    "dexpaprika": {
      "command": "npx",
      "args": ["dexpaprika-mcp"]
    }
  }
}

Hosted Alternative (No Installation)

{
  "mcpServers": {
    "dexpaprika": {
      "type": "streamable-http",
      "url": "https://mcp.dexpaprika.com/streamable-http"
    }
  }
}

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.