MCP Catalogs
Home

mcp-google-ads vs time

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

mcp-google-ads
by cohnen
time
by modelcontextprotocol
Stars★ 609★ 85,748
30d uses
Score4877
Official
Categories
FinanceProductivityAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last commit7 mo agothis month

mcp-google-ads · Summary

A Python MCP server that bridges Google Ads with Claude AI for natural language advertising data analysis and management.

time · Summary

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

mcp-google-ads · Use cases

  • Analyze campaign performance metrics through natural language queries
  • Generate visual reports of advertising data with Claude
  • Optimize ad budgets and bid strategies based on performance 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-google-ads · Install

  1. Clone the repository: git clone https://github.com/ixigo/mcp-google-ads.git
  2. Set up Google Ads API credentials (OAuth or Service Account)
  3. Create a virtual environment: uv venv .venv
  4. Activate the environment: source .venv/bin/activate
  5. Install dependencies: uv pip install -r requirements.txt
  6. Configure your .env file with credentials
  7. Add to Claude Desktop config:
{
  "mcpServers": {
    "google-ads": {
      "command": "python",
      "args": ["-m", "mcp_google_ads.server"],
      "env": {
        "GOOGLE_ADS_DEVELOPER_TOKEN": "your-token",
        "GOOGLE_ADS_CLIENT_ID": "your-client-id",
        "GOOGLE_ADS_CLIENT_SECRET": "your-client-secret",
        "GOOGLE_ADS_REFRESH_TOKEN": "your-refresh-token",
        "GOOGLE_ADS_LOGIN_CUSTOMER_ID": "your-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.