MCP server for Google Ad Manager. Manage ad campaigns, orders, line items, and creatives through AI assistants like Claude, ChatGPT, and Cursor. Automate GAM operations with natural language.
Tools
list_delivering_orders
get_order
create_order
find_or_create_order
get_line_item
create_line_item
duplicate_line_item
update_line_item_name
list_line_items_by_order
upload_creative
associate_creative_with_line_item
upload_and_associate_creative
bulk_upload_creatives
get_creative
list_creatives_by_advertiser
find_advertiser
get_advertiser
list_advertisers
create_advertiser
find_or_create_advertiser
verify_line_item_setup
check_line_item_delivery_status
verify_order_setup
create_campaign
Server Config
{
"mcpServers": {
"google-ad-manager": {
"command": "uvx",
"args": [
"google-ad-manager-mcp"
],
"env": {
"GAM_CREDENTIALS_PATH": "/path/to/credentials.json",
"GAM_NETWORK_CODE": "YOUR_NETWORK_CODE"
}
}
}
}