Google Ads MCP

Created By
cohnena year ago
An MCP tool that connects Google Ads with Claude AI/Cursor and others, allowing you to analyze your advertising data through natural language conversations. This integration gives you access to campaign information, performance metrics, keyword analytics, and ad management—all through simple chat with Claude, Cursor or Windsurf.
Overview

What is Google Ads MCP?

Google Ads MCP is a tool that connects Google Ads with Claude AI, enabling users to analyze their advertising data through natural language conversations. This integration provides access to campaign information, performance metrics, keyword analytics, and ad management.

How to use Google Ads MCP?

To use Google Ads MCP, set up Google Ads API access, install the required software, and connect Claude to your Google Ads account. You can then interact with Claude to analyze your advertising data using simple chat commands.

Key features of Google Ads MCP?

  • Account management for viewing all Google Ads accounts in one place.
  • Campaign analytics and reporting to track performance metrics.
  • Keyword and ad performance analysis to identify top and underperforming keywords.
  • Budget and bid management for optimizing campaign spending.
  • Data visualization capabilities to create charts and graphs.

Use cases of Google Ads MCP?

  1. Analyzing campaign performance metrics over time.
  2. Identifying opportunities for keyword optimization.
  3. Visualizing ad performance trends and making data-driven decisions.
  4. Managing budgets and bids effectively across multiple campaigns.

FAQ from Google Ads MCP?

  • Can I use Google Ads MCP without coding experience?

Yes! The tool is designed for ease of use, requiring no coding skills.

  • What software do I need to install?

You need Python, Node.js, and Claude Desktop to run the integration.

  • How do I visualize my data?

Simply ask Claude to create visualizations or charts based on your advertising data.

Project Info
Created At
a year ago
Updated At
a year ago
Author Name
cohnen
Star
27
Language
Python
License
-
Tags

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