A FastMCP-powered Model Context Protocol server for Google Ads API integration with automatic OAuth 2.0 authentication, GAQL querying, and keyword research capabilities for Claude Desktop and other MCP clients.
List all accessible Google Ads accounts.
Execute GAQL queries with custom formatting.
Generate keyword ideas with metrics.
{
"mcpServers": {
"google-ads": {
"command": "/full/path/to/your/project/.venv/bin/python",
"args": [
"/full/path/to/your/project/server.py"
]
}
}
}