MCP Catalogs
Home

google-meta-ads-ga4-mcp vs time

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

google-meta-ads-ga4-mcp
by irinabuht12-oss
time
by modelcontextprotocol
Stars★ 987★ 85,748
30d uses
Score5477
Official
Categories
FinanceE-commerceProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScript
Last commit1 mo agothis month

google-meta-ads-ga4-mcp · Summary

Unified MCP server for Google Ads, Meta Ads & GA4 with 250+ tools for cross-platform campaign management and analytics.

time · Summary

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

google-meta-ads-ga4-mcp · Use cases

  • Run unified audits across Google Ads and Meta Ads accounts
  • Create, manage and optimize campaigns across multiple ad platforms
  • Correlate ad spend with GA4 conversion data for ROAS analysis

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-meta-ads-ga4-mcp · Install

Installation

Claude Desktop (Recommended)

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "google-meta-ads-ga4": {
      "url": "YOUR_MCP_ENDPOINT_URL"
    }
  }
}

> **Config file location:** > - macOS: ~/Library/Application Support/Claude/claude_desktop_config.json > - Windows: %APPDATA%\Claude\claude_desktop_config.json

ChatGPT

  1. Go to **Settings** > **Connectors** > **Add custom connector**
  2. Enter the MCP endpoint URL: YOUR_MCP_ENDPOINT_URL
  3. Name it Google Meta Ads GA4
  4. Click **Save**

Cursor / Windsurf

Add to your MCP config (~/.cursor/mcp.json or ~/.codeium/windsurf/mcp_config.json):

{
  "mcpServers": {
    "google-meta-ads-ga4": {
      "url": "YOUR_MCP_ENDPOINT_URL"
    }
  }
}

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.