Google Ads Mcp Server

Created By
gomarble-aia year ago
A FastMCP-powered Model Context Protocol server for Google Ads API integration with automatic OAuth 2.0 authentication Connect Google Ads API directly to Claude Desktop and other MCP clients with seamless OAuth 2.0 authentication, automatic token refresh, GAQL querying, and keyword research capabilities.
Overview

What is Google Ads MCP Server?

Google Ads MCP Server is a FastMCP-powered Model Context Protocol server designed for seamless integration with the Google Ads API, featuring automatic OAuth 2.0 authentication and advanced querying capabilities.

How to use Google Ads MCP Server?

To use the server, set up your Google Cloud project, enable the Google Ads API, create OAuth 2.0 credentials, and configure the server with your credentials. Then, you can execute commands through Claude Desktop or other MCP clients.

Key features of Google Ads MCP Server?

  • 🔐 Automatic OAuth 2.0 authentication with token refresh
  • 📊 GAQL query execution for advanced data retrieval
  • 🔍 Keyword research capabilities with search volume data
  • 🏢 Account management for Google Ads accounts
  • 🚀 Built on the FastMCP framework for modern integration

Use cases of Google Ads MCP Server?

  1. Automating Google Ads account management tasks.
  2. Conducting keyword research for advertising campaigns.
  3. Executing complex GAQL queries for performance analysis.
  4. Integrating Google Ads data with AI tools for enhanced insights.

FAQ from Google Ads MCP Server?

  • Can I use this server for multiple Google Ads accounts?

Yes, the server supports management of multiple accounts under a single MCC.

  • Is there a cost associated with using the Google Ads API?

Access to the Google Ads API is free, but you may incur costs based on your advertising spend.

  • What are the prerequisites for setting up the server?

You need Python 3.10+, a Google Cloud account, and a Google Ads account with API access.

Server Config

{
  "mcpServers": {
    "google-ads": {
      "command": "/full/path/to/your/project/.venv/bin/python",
      "args": [
        "/full/path/to/your/project/server.py"
      ]
    }
  }
}
Project Info
Created At
a year ago
Updated At
a year ago
Author Name
gomarble-ai
Star
-
Language
-
License
-

Recommend Servers

View All
Mnemom

14 hours ago
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

13 hours ago
Docwand

13 hours ago