Google Ads MCP Server - Full API coverage with multi-account OAuth2 support for Claude.ai
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"google-ads-mcp-serve": {
"command": "npx",
"args": [
"-y",
"hemichaeli/google-ads-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add google-ads-mcp-serve npx -y hemichaeli/google-ads-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"google-ads-mcp-serve": {
"command": "npx",
"args": [
"-y",
"hemichaeli/google-ads-mcp-server"
]
}
}
}