MCP Catalogs
Home

gemini-mcp-tool vs time

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

gemini-mcp-tool
by jamubc
time
by modelcontextprotocol
Stars★ 2,212★ 85,748
30d uses
Score5477
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit6 mo agothis month

gemini-mcp-tool · Summary

MCP server enabling AI assistants to interact with Google Gemini CLI for large file analysis and codebase understanding.

time · Summary

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

gemini-mcp-tool · Use cases

  • Analyze large codebases using Gemini's extensive token window
  • Ask natural language questions about code with file references
  • Safely test and execute code in Gemini's sandbox environment

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

gemini-mcp-tool · Install

Installation

**Prerequisites:**

  • Node.js (v16.0.0 or higher)
  • Google Gemini CLI installed and configured

**One-Line Setup:**

claude mcp add gemini-cli -- npx -y gemini-mcp-tool

**Claude Desktop Configuration:**

{
  "mcpServers": {
    "gemini-cli": {
      "command": "npx",
      "args": ["-y", "gemini-mcp-tool"]
    }
  }
}

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.