MCP Catalogs
Home

mcp-tasks vs time

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

mcp-tasks
by flesler
time
by modelcontextprotocol
Stars★ 45★ 85,748
30d uses
Score4377
Official
Categories
ProductivityDeveloper ToolsAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit8 mo agothis month

mcp-tasks · Summary

A comprehensive MCP server for task management supporting Markdown, JSON and YAML formats with AI-optimized features.

time · Summary

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

mcp-tasks · Use cases

  • AI assistants tracking and managing development tasks across projects
  • Teams collaborating on task lists with AI integration for task updates
  • Individuals using AI to maintain personal productivity systems with multiple file format support

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

mcp-tasks · Install

Installation

Quick Start

Add to your MCP configuration (Cursor, Claude Desktop, etc.):

{
  "mcpServers": {
    "mcp-tasks": {
      "command": "npx",
      "args": ["-y", "mcp-tasks"]
    }
  }
}

Docker Option

{
  "mcpServers": {
    "mcp-tasks": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "flesler/mcp-tasks"
      ]
    }
  }
}

With Environment Variables

{
  "mcpServers": {
    "mcp-tasks": {
      "command": "npx",
      "args": ["-y", "mcp-tasks"],
      "env": {
        "STATUS_WIP": "In Progress",
        "STATUS_TODO": "To Do",
        "STATUS_DONE": "Done",
        "AUTO_WIP": "true"
      }
    }
  }
}

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.