google-ads-mcp-worker

marcosvb1/google-ads-mcp-worker
★ 0 stars TypeScript DevOps Updated 6d ago
Remote MCP server for the Google Ads API on Cloudflare Workers — MCP 2026-07-28, stateless Streamable HTTP, read-only GAQL access.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "google-ads-mcp-worke": {
      "command": "npx",
      "args": [
        "-y",
        "marcosvb1/google-ads-mcp-worker"
      ]
    }
  }
}

README Excerpt

A **remote** [MCP](https://modelcontextprotocol.io) server for the Google Ads API, running on Cloudflare Workers. Read-only access to your Google Ads data through GAQL, reachable over HTTPS from any MCP client — no local process, no Python environment, no container. Implements the [`2026-07-28` MCP specification](https://modelcontextprotocol.io/specification/2026-07-28/): stateless Streamable HTTP, `server/discover`, no session ids.

Tools (15)

GOOGLE_ADS_ALLOWED_CUSTOMER_IDSGOOGLE_ADS_API_VERSIONGOOGLE_ADS_CLIENT_IDGOOGLE_ADS_CLIENT_SECRETGOOGLE_ADS_DEVELOPER_TOKENGOOGLE_ADS_LOGIN_CUSTOMER_IDGOOGLE_ADS_REFRESH_TOKENMCP_ALLOW_UNAUTHENTICATEDMCP_SHARED_SECRETget_resource_metadatalist_accessible_customerslist_customer_clientsmutatesearchv25

Topics

cloudflare-workersgaqlgoogle-adsmcpmodel-context-protocolppctypescript