time vs clickup-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | clickup-mcp-server by taazkareem | |
|---|---|---|
| Stars | ★ 85,748 | ★ 39 |
| 30d uses | — | — |
| Score | 77 | 45 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | ProductivityAI / LLM ToolsDeveloper Tools |
| Language | TypeScript | Dockerfile |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
clickup-mcp-server · Summary
A premium MCP server for integrating ClickUp project management with AI agents through task management, document handling, and time tracking.
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
clickup-mcp-server · Use cases
- AI assistants managing ClickUp tasks through natural language commands
- Automating project management workflows between AI systems and ClickUp
- Time tracking and productivity analysis via AI agents
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"]
}
}
}clickup-mcp-server · Install
Installation
- Purchase a license from the [premium access](#premium-access) section
- Install the package via npm:
``bash npm install -g @taazkareem/clickup-mcp-server ``
- Configure your MCP client with the server. For Claude Desktop, add to your
claude_desktop_config.json:
``json { "mcpServers": { "clickup": { "command": "npx", "args": ["@taazkareem/clickup-mcp-server"] } } } ``