MCP Catalogs
Home

time vs universal-crypto-mcp

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

time
by modelcontextprotocol
universal-crypto-mcp
by nirholas
Stars★ 85,748★ 37
30d uses
Score7744
Official
Categories
ProductivityDeveloper ToolsCommunication
FinanceDeveloper ToolsAI / LLM Tools
LanguageTypeScriptTypeScript
Last committhis monththis month

time · Summary

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

universal-crypto-mcp · Summary

A universal MCP server for AI agents to interact with 20+ blockchain networks via natural language.

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

universal-crypto-mcp · Use cases

  • AI agents can perform cross-chain token swaps through multiple DEX aggregators
  • Users can track portfolio performance across 20+ blockchain networks through natural language queries
  • Developers can build AI-powered DeFi applications with automated gas optimization and MEV protection

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

universal-crypto-mcp · Install

Install the package via npm:

npm install @nirholas/universal-crypto-mcp

For Claude Desktop, add to your config.json:

{
  "mcpServers": {
    "universal-crypto": {
      "command": "npx",
      "args": ["@nirholas/universal-crypto-mcp"]
    }
  }
}

The server can also run via stdio or HTTP transport modes.

Comparison generated from public README + GitHub signals. Last updated automatically.