Loading MCP server directory, please wait...
Google Ads: 31 read tools with full Keyword Planner, 7 write tools that preview first.
npx @getmcp/cli add com.getmcpads/google-adsRequires Node.js 18+. Community-contributed server. Review source before installing.
GOOGLE_ADS_DEVELOPER_TOKENGoogle Ads API developer token, Basic Access or above.
GOOGLE_ADS_CLIENT_IDOAuth client ID.
GOOGLE_ADS_CLIENT_SECRETOAuth client secret.
GOOGLE_ADS_REFRESH_TOKENOAuth refresh token.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.getmcpads/google-ads": {
"command": "npx",
"args": [
"-y",
"@getmcpads/google-ads-mcp-server"
],
"env": {
"GOOGLE_ADS_DEVELOPER_TOKEN": "",
"GOOGLE_ADS_CLIENT_ID": "",
"GOOGLE_ADS_CLIENT_SECRET": "",
"GOOGLE_ADS_REFRESH_TOKEN": "",
"GOOGLE_ADS_LOGIN_CUSTOMER_ID": "",
"GOOGLE_ADS_ENABLE_WRITES": ""
}
}
}
}