MCP Catalogs
Home

time vs sudocode

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

time
by modelcontextprotocol
sudocode
by sudocode-ai
Stars★ 85,748★ 277
30d uses
Score7749
Official
Categories
ProductivityDeveloper ToolsCommunication
Developer ToolsAI / LLM ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis month2 mo ago

time · Summary

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

sudocode · Summary

Lightweight agent orchestration dev tool with MCP server integration for collaborative AI development.

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

sudocode · Use cases

  • Coordinating multiple AI coding agents working on complex feature implementations
  • Tracking and organizing requirements as specs with bidirectional feedback to agents
  • Automating the implementation of issue dependency graphs through workflow execution

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

sudocode · Install

Install the CLI globally:

npm install -g sudocode

Initialize a sudocode project:

sudocode init

For agent integration (Claude Desktop example):

  1. Add the plugin: claude plugin marketplace add sudocode-ai/sudocode
  2. Install the plugin: claude plugin install sudocode

Then start the local server: sudocode server

MCP server configuration would typically be done through the sudocode UI or CLI.

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