Open-source MCP server for the Google Ads API. 38 tools including full Keyword Planner, self-hosted with your own credentials. Write tools preview before they apply. Apache-2.0.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"google-ads-mcp-serve": {
"command": "npx",
"args": [
"-y",
"getmcpads-com/google-ads-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add google-ads-mcp-serve npx -y getmcpads-com/google-ads-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"google-ads-mcp-serve": {
"command": "npx",
"args": [
"-y",
"getmcpads-com/google-ads-mcp-server"
]
}
}
}
📋 Copy