MCP Catalogs
Home

leetcode-mcp-server vs time

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

leetcode-mcp-server
by jinzcdev
time
by modelcontextprotocol
Stars★ 113★ 85,748
30d uses
Score4777
Official
Categories
Developer ToolsAI / LLM Toolseducation
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit2 mo agothis month

leetcode-mcp-server · Summary

MCP server providing automated access to LeetCode problems, solutions, and user data with optional authentication.

time · Summary

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

leetcode-mcp-server · Use cases

  • AI-assisted programming problem solving with instant access to problem details and solutions
  • Automated tracking of personal coding progress and submission analysis
  • Integration with AI tutors to provide personalized programming education based on LeetCode content

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

leetcode-mcp-server · Install

Installation

Via Smithery (Recommended for Claude Desktop)

npx -y @smithery/cli install @jinzcdev/leetcode-mcp-server --client claude

Manual Installation

npm install @jinzcdev/leetcode-mcp-server -g

Claude Desktop Configuration

Add to your settings.json:

{
  "mcp": {
    "servers": {
      "leetcode": {
        "type": "stdio",
        "command": "npx",
        "args": ["-y", "@jinzcdev/leetcode-mcp-server"],
        "env": {
          "LEETCODE_SITE": "global",
          "LEETCODE_SESSION": "<YOUR_LEETCODE_SESSION_COOKIE>"
        }
      }
    }
  }
}

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.