Google Ads Manager Mcp is a Model Context Protocol (MCP) server: Unofficial MCP server for Google Ads: reporting plus safe draft/confirm campaign management. As an MCP server it plugs straight into AI assistants, exposing its functionality as tools the model can invoke on your behalf.
It runs locally: the npm package google-ads-manager-mcp speaks MCP over stdio on your machine. Configuration happens through environment variables — you'll need GOOGLE_ADS_CLIENT_ID, GOOGLE_ADS_CLIENT_SECRET, GOOGLE_ADS_DEVELOPER_TOKEN (among others). The current release is v1.0.0, published under the MIT license, with source at AleemHaider/google-ads-manager-mcp on GitHub.
You'll find Google Ads Manager Mcp in the Marketing category here on mcp.site; it connects to Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed, and any other MCP client — see the install snippets below. If you maintain Google Ads Manager Mcp for AleemHaider, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸npm package — google-ads-manager-mcp · MCP over stdio
▸Credentials — Requires GOOGLE_ADS_CLIENT_ID, GOOGLE_ADS_CLIENT_SECRET, GOOGLE_ADS_DEVELOPER_TOKEN + 2 more
▸Open source — MIT license · AleemHaider/google-ads-manager-mcp