MCP Catalogs
Home

systemprompt-mcp-taskchecker vs time

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

systemprompt-mcp-taskchecker
by Ejb503
time
by modelcontextprotocol
Stars★ 2★ 85,748
30d uses
Score3577
Official
Categories
ProductivityAI / LLM ToolsDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit11 mo agothis month

systemprompt-mcp-taskchecker · Summary

MCP server for intelligent task management, evaluation scoring, and session-based workflow tracking with comprehensive enterprise features.

time · Summary

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

systemprompt-mcp-taskchecker · Use cases

  • AI assistant task management with structured evaluation
  • Enterprise workflow orchestration with progress tracking
  • Session-based task coordination for collaborative projects

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

systemprompt-mcp-taskchecker · Install

Installation

Prerequisites

  • Node.js 18.0.0 or higher
  • npm

Quick Start

# Clone the repository
git clone https://github.com/Ejb503/systemprompt-mcp-taskchecker.git
cd systemprompt-mcp-taskchecker

# Install dependencies
npm install

# Build the project
npm run build

# Start the server
npm start

Claude Desktop Integration

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "systemprompt-taskchecker": {
      "command": "npx",
      "args": ["systemprompt-mcp-taskchecker"],
      "env": {
        "NODE_ENV": "production"
      }
    }
  }
}

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.