mcp-google-ads
An MCP tool that connects Google Ads with Claude AI, allowing you to analyze your advertising data through natural language conversations.
This integration provides access to campaign information, performance metrics, keyword analytics, and ad management through simple chat with Claude. Advertising professionals can manage their accounts, track campaign performance, analyze keyword effectiveness, and optimize budgets and bids all in one place. The tool also visualizes data with charts and graphs, making it easier to understand trends and make informed decisions.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-google-ads": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-google-ads"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions