MCP Catalogs
Home

mcp-server-ga4 vs time

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

mcp-server-ga4
by harshfolio
time
by modelcontextprotocol
Stars★ 19★ 85,748
30d uses
Score3577
Official
Categories
AI / LLM ToolsProductivityDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit14 mo agothis month

mcp-server-ga4 · Summary

An MCP server enabling LLMs to access and analyze Google Analytics 4 data through GA4 Data API.

time · Summary

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

mcp-server-ga4 · Use cases

  • Generate natural language summaries of website traffic and user behavior data from GA4
  • Create automated reports by having an LLM query GA4 data based on specific business questions
  • Integrate real-time analytics capabilities into AI-powered assistants for immediate insights

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-server-ga4 · Install

Installation

pip install mcp-server-ga4

Authentication

Set up Google Cloud authentication:

gcloud auth application-default login

Claude Desktop Configuration

{
    "mcpServers": {
        "ga4": {
            "command": "mcp-server-ga4",
            "args": ["--property-id", "YOUR_GA4_PROPERTY_ID"]
        }
    }
}

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.