MCP Catalogs
Home

time vs mcp-llm

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

time
by modelcontextprotocol
mcp-llm
by sammcj
Stars★ 85,748★ 78
30d uses
Score7737
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsDeveloper ToolsProductivity
LanguageTypeScriptJavaScript
Last committhis month14 mo ago

time · Summary

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

mcp-llm · Summary

An MCP server providing LLMs access to other LLMs with code generation, documentation creation, and question answering tools.

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-llm · Use cases

  • Automated code generation and documentation in software development workflows
  • Enhanced AI assistants that can generate and write code files directly
  • Multi-step AI workflows requiring code generation and documentation capabilities

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

mcp-llm · Install

Installing via Smithery

npx -y @smithery/cli install @sammcj/mcp-llm --client claude

Manual Install From Source

  1. Clone the repository
  2. Install dependencies:
npm install
  1. Build the project:
npm run build
  1. Update your MCP configuration
Comparison generated from public README + GitHub signals. Last updated automatically.