MCP Catalogs
Home

clay-mcp vs time

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

clay-mcp
by clay-inc
time
by modelcontextprotocol
Stars★ 31★ 85,748
30d uses
Score4377
Official
Categories
ProductivityCommunicationAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScript
Last commit3 mo agothis month

clay-mcp · Summary

Clay MCP server enables contact management, CRM operations, and interaction tracking through MCP tools.

time · Summary

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

clay-mcp · Use cases

  • Finding specific contacts by job title, company, or location
  • Managing and organizing contacts into custom groups
  • Tracking interactions and notes with business contacts
  • Scheduling and retrieving meetings and events

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

clay-mcp · Install

Installation

Via Clay (Preferred)

  1. Use the MCP server URL: https://mcp.clay.earth/mcp
  2. Follow the guided login flow to connect your account

Via Smithery

  1. Visit [Clay's Smithery page](https://smithery.ai/server/@clay-inc/clay-mcp)
  2. Choose your preferred client (Claude, ChatGPT, Poke, Cursor, Raycast, etc.)
  3. Follow Smithery's instructions to configure the server URL

Claude Desktop Configuration

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "clay": {
      "command": "npx",
      "args": ["@clay-inc/clay-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.