GA

Google Ads

Created 5 months ago

A FastMCP-powered Model Context Protocol server for Google Ads API integration with automatic OAuth 2.0 authentication.

development location documentation public Google Ads MCP

What is Google Ads?

MCP server acting as an interface to the Google Ads, enabling programmatic access to Facebook Ads data and management features.

Documentation

Google Ads MCP Server

Features

  • Automatic OAuth 2.0
  • Smart Token Management
  • GAQL Query Execution
  • Account Management
  • Keyword Research

Quick Start# Prerequisites

  • Python 3.10+
  • Google Cloud Platform account
  • Google Ads account with API access

Installation & Setup

  1. Clone the repository
  2. Create a virtual environment
  3. Install dependencies

Usage Examples

  • "List all my Google Ads accounts"
  • "Show me campaign performance for account 1234567890"

License

This project is licensed under the MIT License.

Server Config

{
  "mcpServers": {
    "google-ads-server": {
      "command": "npx",
      "args": [
        "google-ads"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: Yes

Project Info

Hosted Featured
Created At: Jul 02, 2025
Updated At: Aug 07, 2025
Author: Google Ads MCP Server Contributors
Category: community
License: MIT License
Tags:
development location documentation