Loading MCP server directory, please wait...
Unofficial MCP server for Google Ads: reporting plus safe draft/confirm campaign management.
npx @getmcp/cli add io.github.AleemHaider/google-ads-manager-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
GOOGLE_ADS_CLIENT_IDOAuth client ID from a Google Cloud 'Desktop app' credential
GOOGLE_ADS_CLIENT_SECRETOAuth client secret from the same Google Cloud credential
GOOGLE_ADS_DEVELOPER_TOKENDeveloper token from Google Ads > Tools & Settings > API Center
GOOGLE_ADS_REFRESH_TOKENOAuth refresh token, generated by running `npm run auth`
GOOGLE_ADS_CUSTOMER_IDThe Google Ads account this server manages (10-digit ID, dashes optional)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.AleemHaider/google-ads-manager-mcp": {
"command": "npx",
"args": [
"-y",
"google-ads-manager-mcp"
],
"env": {
"GOOGLE_ADS_CLIENT_ID": "",
"GOOGLE_ADS_CLIENT_SECRET": "",
"GOOGLE_ADS_DEVELOPER_TOKEN": "",
"GOOGLE_ADS_REFRESH_TOKEN": "",
"GOOGLE_ADS_CUSTOMER_ID": "",
"GOOGLE_ADS_LOGIN_CUSTOMER_ID": ""
}
}
}
}