MCP Catalogs
Home

time vs gsd-task-manager

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

time
by modelcontextprotocol
gsd-task-manager
by vscarpenter
Stars★ 85,748★ 18
30d uses
Score7743
Official
Categories
ProductivityDeveloper ToolsCommunication
ProductivityAI / LLM ToolsBrowser Automation
LanguageTypeScriptTypeScript
Last committhis monththis month

time · Summary

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

gsd-task-manager · Summary

A privacy-first Eisenhower Matrix task manager with MCP server integration for AI-powered task management.

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

gsd-task-manager · Use cases

  • Personal productivity management with AI assistance for task prioritization
  • Team task coordination with Eisenhower Matrix methodology
  • Offline-first task management with optional cloud synchronization

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

gsd-task-manager · Install

Installation

Via npm

npm install gsd-mcp-server

Claude Desktop Configuration

Add to Claude Desktop's claude_desktop_config.json:

{
  "mcpServers": {
    "gsd": {
      "command": "npx",
      "args": ["gsd-mcp-server"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.