MCP Catalogs
Home

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
Score7745
Official
Categories
ProductivityDeveloper ToolsCommunication
ProductivityAI / LLM ToolsDeveloper Tools
LanguageTypeScriptDockerfile
Last committhis monththis 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

  1. Purchase a license from the [premium access](#premium-access) section
  2. Install the package via npm:

``bash npm install -g @taazkareem/clickup-mcp-server ``

  1. 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"] } } } ``

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