MCP Catalogs
Home

cli vs time

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

cli
by mcpgod
time
by modelcontextprotocol
Stars★ 115★ 85,748
30d uses
Score4477
Official
Categories
Developer ToolsAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit11 mo agothis month

cli · Summary

MCPGod is a CLI tool for managing MCP servers with fine-grained control over clients, tools, and permissions.

time · Summary

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

cli · Use cases

  • Managing multiple MCP servers for different AI clients like Claude
  • Executing specific server tools directly from command line
  • Debugging MCP server interactions with detailed logging

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

cli · Install

Install globally using npm:

npm install -g mcpgod

Or run directly with npx:

npx -y mcpgod

For integration with Claude Desktop, you would typically use this CLI to manage your MCP servers separately and configure Claude to use them as needed.

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.