MCP Catalogs
Home

mcp-gemini-search vs time

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

mcp-gemini-search
by arjunprabhulal
time
by modelcontextprotocol
Stars★ 56★ 85,748
30d uses
Score3977
Official
Categories
AI / LLM ToolsSearchCommunication
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit14 mo agothis month

mcp-gemini-search · Summary

MCP server integrating Gemini 2.5 Pro with flight search tools via function calling.

time · Summary

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

mcp-gemini-search · Use cases

  • Travel assistants that understand natural language flight requests
  • Booking systems with AI-powered search capabilities
  • Integration of LLM intelligence with specialized search 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-gemini-search · Install

Installation

  1. Clone the repository:
git clone https://github.com/arjunprabhulal/mcp-gemini-search.git
cd mcp-gemini-search
  1. Install dependencies:
pip install -r requirements.txt
pip install mcp-flight-search
  1. Set environment variables:
export GEMINI_API_KEY="YOUR_GEMINI_API_KEY"
export SERP_API_KEY="YOUR_SERPAPI_API_KEY"
  1. Run the client:
python client.py

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.