MCP Catalogs
Home

time vs search-console-mcp

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

time
by modelcontextprotocol
search-console-mcp
by saurabhsharma2u
Stars★ 85,748★ 129
30d uses
Score7751
Official
Categories
ProductivityDeveloper ToolsCommunication
AI / LLM ToolsDeveloper ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis month1 mo ago

time · Summary

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

search-console-mcp · Summary

MCP server unifying Google Search Console, Bing Webmaster Tools, and GA4 data for AI-driven SEO analytics.

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

search-console-mcp · Use cases

  • AI-driven SEO analysis by automatically detecting traffic anomalies and identifying ranking opportunities
  • Cross-platform performance comparison between Google and Bing search engines
  • Automated SEO health checks with prioritized recommendations for action

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

search-console-mcp · Install

Installation

  1. Install the MCP server:
npm install -g search-console-mcp
  1. Set up authentication:
npx search-console-mcp setup
  1. Add to Claude Desktop configuration:
{
  "mcpServers": {
    "search-console": {
      "command": "npx",
      "args": ["-y", "search-console-mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.