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 | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | ProductivityCommunicationAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | — | TypeScript |
| Last commit | 3 mo ago | this 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)
- Use the MCP server URL: https://mcp.clay.earth/mcp
- Follow the guided login flow to connect your account
Via Smithery
- Visit [Clay's Smithery page](https://smithery.ai/server/@clay-inc/clay-mcp)
- Choose your preferred client (Claude, ChatGPT, Poke, Cursor, Raycast, etc.)
- 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"]
}
}
}