Loading MCP server directory, please wait...
MCP server for Google Ads — 22 tools for spend diagnosis, impression share, and asset performance.
npx @getmcp/cli add io.github.ZLeventer/google-ads-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
GOOGLE_ADS_DEVELOPER_TOKENGoogle Ads developer token (apply at https://developers.google.com/google-ads/api/docs/get-started/dev-token)
GOOGLE_ADS_CLIENT_IDOAuth 2.0 client ID from Google Cloud Console
GOOGLE_ADS_CLIENT_SECRETOAuth 2.0 client secret from Google Cloud Console
GOOGLE_ADS_REFRESH_TOKENOAuth 2.0 refresh token with https://www.googleapis.com/auth/adwords scope
GOOGLE_ADS_CUSTOMER_IDDefault Google Ads customer ID (numeric, no dashes). Can be overridden per tool call.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ZLeventer/google-ads-mcp": {
"command": "npx",
"args": [
"-y",
"@zleventer/google-ads-mcp"
],
"env": {
"GOOGLE_ADS_DEVELOPER_TOKEN": "",
"GOOGLE_ADS_CLIENT_ID": "",
"GOOGLE_ADS_CLIENT_SECRET": "",
"GOOGLE_ADS_REFRESH_TOKEN": "",
"GOOGLE_ADS_CUSTOMER_ID": "",
"GOOGLE_ADS_LOGIN_CUSTOMER_ID": ""
}
}
}
}