MCP Catalogs
Home

mcp-shrimp-task-manager vs time

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

mcp-shrimp-task-manager
by cjo4m06
time
by modelcontextprotocol
Stars★ 2,100★ 85,748
30d uses
Score5177
Official
Categories
Developer ToolsProductivityAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageJavaScriptTypeScript
Last commit9 mo agothis month

mcp-shrimp-task-manager · Summary

MCP server for intelligent task management that breaks down complex projects into structured dev tasks with dependency tracking.

time · Summary

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

mcp-shrimp-task-manager · Use cases

  • Feature development: AI agents can plan and implement features by breaking them into subtasks
  • Bug fixing: Systematic identification and resolution of issues with dependency tracking
  • Research projects: Systematic exploration of technologies and solutions

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-shrimp-task-manager · Install

Installation

  1. Clone the repository:
git clone https://github.com/cjo4m06/mcp-shrimp-task-manager.git
cd mcp-shrimp-task-manager
  1. Install dependencies and build:
npm install
npm run build
  1. Configure your MCP client (e.g., Claude Desktop):
{
  "mcpServers": {
    "shrimp-task-manager": {
      "command": "node",
      "args": ["/path/to/mcp-shrimp-task-manager/dist/index.js"],
      "env": {
        "DATA_DIR": "/path/to/your/shrimp_data",
        "TEMPLATES_USE": "en",
        "ENABLE_GUI": "false"
      }
    }
  }
}
  1. Start your MCP client with the configuration.

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.