MCP Catalogs
Home

Google-Search-MCP vs time

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

Google-Search-MCP
by kongyo2
time
by modelcontextprotocol
Stars★ 3★ 85,748
30d uses
Score3377
Official
Categories
SearchWeb ScrapingDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit9 mo agothis month

Google-Search-MCP · Summary

Experimental MCP server for enhanced Google search with advanced anti-detection features.

time · Summary

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

Google-Search-MCP · Use cases

  • Information retrieval for research and analysis using complex search queries
  • Web scraping tasks requiring Google search results with custom parameters
  • Automation workflows needing search functionality with anti-blocking measures

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

Google-Search-MCP · Install

Installation

Installing via Smithery

To install google-search-mcp for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@kongyo2/google-search-mcp):

npx -y @smithery/cli install @kongyo2/google-search-mcp --client claude

Manual Installation

npm install

Configuration with Claude Desktop

Add this configuration to your Claude Desktop MCP settings:

{
  "mcpServers": {
    "enhanced-google-search": {
      "command": "npx",
      "args": ["tsx", "/path/to/your/project/src/server.ts"]
    }
  }
}

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.