Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. šŸŽÆ Marketing
  3. Google Ad Manager MCP
Google Ad Manager MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 2:15:35 PM

Google Ad Manager MCP

User RatingsBe the first to rate and review this MCP server!
View Repository18 GitHub StarsTotal stargazers on GitHub for the source repository (18 stars).Visit Website
google-ad-manageradvertisingmarketingcampaign-management

Manage Google Ad Manager orders, line items, creatives, and advertisers through MCP tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "matiouscorp-google-ad-manager-mcp": {
      "command": "uvx",
      "args": [
        "-"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (35) Directory Badge Claim listing AlternativesšŸŽÆ More in Marketing

Overview

MatiousCorp/google-ad-manager-mcp MCP server exposes Google Ad Manager operations through MCP, including orders, line items, creatives, and advertisers. It uses a Google service account JSON file and configured Ad Manager network codes, with stdio as the default transport and HTTP available for remote deployments. Reach for it when an MCP-compatible client needs to create or update campaign inventory, upload creatives, or inspect delivery status without using the Ad Manager UI. Bulk creative uploads and find-or-create workflows support repeatable ad operations.

Use cases

•Create orders and line items for ad campaigns
•Upload and associate creatives in bulk
•Check which orders and line items are delivering
•Find or create advertisers and orders
•Verify line-item setup and delivery progress

Key features

•Google Ad Manager order management
•Line-item creation and lifecycle actions
•Image and third-party creative management
•Bulk creative uploads from a folder
•Advertiser lookup and creation
•Delivery and setup verification

Capabilities & Tool Schemas (35) ~465 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Google Ad Manager MCP.

list_delivering_orders

List all orders with delivering line items

get_order

Get order details by ID or name

create_order

Create a new order

find_or_create_order

Find existing or create new order

get_line_item

Get line item details

create_line_item

Create a new line item

How Google Ad Manager MCP works

What MatiousCorp/google-ad-manager-mcp MCP server does

MatiousCorp/google-ad-manager-mcp MCP server connects MCP-compatible AI clients to the Google Ad Manager SOAP API. Its tools cover the main objects involved in ad operations: advertisers, orders, line items, and creatives. The server can retrieve records, create new records, update selected properties, and perform workflow actions such as pausing, resuming, archiving, and approving line items.

The available operations support both individual and grouped workflows. For example, an agent can find or create an advertiser or order, create a line item, upload an image creative, and associate that creative with the line item. Creative tools also support uploading every creative from a folder, creating third-party HTML or JavaScript creatives, and generating a preview URL.

How it works

The server runs as a Python package and uses FastMCP as its MCP framework, with the Google Ad Manager Python client handling API access. Stdio is the default transport for local client configurations. HTTP mode is also available and exposes the MCP endpoint at /mcp; host and port values can be configured for deployments outside the local machine.

A single process can target multiple Ad Manager networks. Set the network codes as a comma-separated list, and the first code becomes the default. Tools accept an optional network_code parameter when an operation should use another configured network. The same service account credentials are used across those networks, so that account must have access to each one.

Setup and configuration

Install the package from PyPI with pip install google-ad-manager-mcp, or run it through uvx in an MCP client configuration. The required configuration consists of GAM_CREDENTIALS_PATH, pointing to a service account JSON file, and GAM_NETWORK_CODES, containing one or more Ad Manager network codes. The README also shows singular GAM_NETWORK_CODE in some run and container examples, but the configuration table identifies the plural variable as required.

GAM_MCP_TRANSPORT selects stdio or http and defaults to stdio. HTTP deployments can set GAM_MCP_HOST and GAM_MCP_PORT. For remote use, GAM_MCP_AUTH_TOKEN sets a fixed bearer token. If it is not set, the server generates a token at startup and writes it to the logs. Clients using authenticated HTTP must send the token in the Authorization: Bearer header.

Tools and capabilities

MatiousCorp/google-ad-manager-mcp MCP server provides tools for:

  • Listing delivering orders and retrieving or creating orders.
  • Finding, creating, duplicating, updating, and listing line items.
  • Changing line-item state through pause, resume, archive, and approval actions.
  • Uploading image creatives individually or from a folder, then associating them with line items.
  • Creating third-party creatives with HTML or JavaScript ad tags.
  • Finding, listing, retrieving, and creating advertisers.
  • Checking line-item setup and delivery progress.

The line-item update operation covers properties such as name, type, delivery rate, priority, cost, goal, and end date. Creative updates can change a destination URL or name.

Limitations and notes

Access depends on valid Google Ad Manager service account credentials and the account's permissions in the target network. The server is an API control layer rather than an independent ad platform; it does not provide its own advertiser, order, or creative data. HTTP authentication is described for remote deployments, while local stdio configurations do not require that bearer-token flow.

The project is distributed under the MIT license and targets Python 3.10 or newer. Docker deployment is supported through the repository's Dockerfile, but container users still need to provide credentials and network configuration.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Marketing View all alternatives
  • Meta Ads MCP logoMeta Ads MCP

    MCP server for Meta Marketing API v25.0 — 123 tools for Facebook & Instagram ad campaigns, audiences, creatives, insights, catalogs, and automated rules.

    šŸŽÆ Marketing1 views
    Compare vs Meta Ads MCP →
  • Orbiads GAM MCP logoOrbiads GAM MCP

    Hosted Google Ad Manager MCP server for Claude, ChatGPT, Gemini, and Codex. 200+ tools across campaign management, line items, creatives (image/video/HTML5/native), interactive reporting, inventory exploration, and ad-ops compliance audits. OAuth on-behalf-of-user, GAM API v202602. Free trial at orbiads.com — 5 credits, no credit card.

    šŸŽÆ Marketing3 views
    Compare vs Orbiads GAM MCP →
  • Meta Ads MCP logoMeta Ads MCP

    Meta Ads automation that just works. Trusted by 10,000+ businesses to analyze performance, test creatives, optimize spend, and scale results — simply and reliably.

    šŸŽÆ Marketing3 views
    Compare vs Meta Ads MCP →
  • Apple Ads logoApple Ads

    Manage Apple Search Ads campaigns, keywords, budgets, and reports via API v5.

    šŸŽÆ Marketing3 views
    Compare vs Apple Ads →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
18
Stargazers on the source repository.
Last commit
3mo ago
Most recent push to the default branch.
Tools exposed
35
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Google Ad Manager MCP

Install the `google-ad-manager-mcp` package from PyPI with pip, or run it with `uvx google-ad-manager-mcp`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGoogle Ad Manager MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/matiouscorp-google-ad-manager-mcp?style=directory)](https://allmcps.com/mcp/matiouscorp-google-ad-manager-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/matiouscorp-google-ad-manager-mcp"><img src="https://allmcps.com/api/badge/matiouscorp-google-ad-manager-mcp?style=directory" alt="Google Ad Manager MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryšŸŽÆMarketing
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimePython
AuthOther
LicenseMIT
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
10/13 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars18
GitHub Star CountTotal stargazers on GitHub representing community popularity (18 stars).
Last commit3mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on May 29, 2026
53Quality signal: Good Ā· 53/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools27/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev Ā· - (PyPI)

ā˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in šŸŽÆ Marketing →Best MCP servers for Marketing →Alternatives to Google Ad Manager MCP →Install in Claude DesktopInstall in CursorInstall in VS Code