{"id":30925838,"url":"https://github.com/google-marketing-solutions/google_ads_mcp_server","last_synced_at":"2025-09-10T05:28:29.976Z","repository":{"id":310564098,"uuid":"1025679952","full_name":"google-marketing-solutions/google_ads_mcp_server","owner":"google-marketing-solutions","description":"This is the Google Ads Model Context Protocol (MCP) server designed to provide a standardized way to integrate an LLM with Google Ads.","archived":false,"fork":false,"pushed_at":"2025-08-29T04:26:36.000Z","size":158,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-29T08:30:10.438Z","etag":null,"topics":["ads","claude","code","context","fastmcp","gemini","google","googleads","llm","mcp"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google-marketing-solutions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-24T16:16:47.000Z","updated_at":"2025-08-29T04:26:40.000Z","dependencies_parsed_at":"2025-08-18T23:39:04.246Z","dependency_job_id":null,"html_url":"https://github.com/google-marketing-solutions/google_ads_mcp_server","commit_stats":null,"previous_names":["google-marketing-solutions/google_ads_mcp_server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/google-marketing-solutions/google_ads_mcp_server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-marketing-solutions%2Fgoogle_ads_mcp_server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-marketing-solutions%2Fgoogle_ads_mcp_server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-marketing-solutions%2Fgoogle_ads_mcp_server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-marketing-solutions%2Fgoogle_ads_mcp_server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google-marketing-solutions","download_url":"https://codeload.github.com/google-marketing-solutions/google_ads_mcp_server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-marketing-solutions%2Fgoogle_ads_mcp_server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274417239,"owners_count":25281107,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ads","claude","code","context","fastmcp","gemini","google","googleads","llm","mcp"],"created_at":"2025-09-10T05:28:27.155Z","updated_at":"2025-09-10T05:28:29.962Z","avatar_url":"https://github.com/google-marketing-solutions.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"**This is not an officially supported Google product.**\n\n# Google Ads MCP\n\nThis is the Google Ads Model Context Protocol (MCP) server designed to provide a\nstandardized way to integrate an LLM with Google Ads.\n\n[![Continuous Integration](https://github.com/google-marketing-solutions/google_ads_mcp_server/actions/workflows/ci.yml/badge.svg)](https://github.com/google-marketing-solutions/google_ads_mcp_server/actions/workflows/ci.yml)\n[![Code Style: Google](https://img.shields.io/badge/code%20style-google-4285F4.svg)](https://google.github.io/styleguide/pyguide.html)\n[![Conventional Commits](https://img.shields.io/badge/conventional%20commits-1.0.0-fe5196.svg?logo=conventionalcommits)](https://conventionalcommits.org)\n[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)\n\n## Tools\n\n| Tool            | Parameters             | Description                             |\n| --------------- | ---------------------- | --------------------------------------- |\n| `list_accounts` |                        | Lists all available Google Ads accounts |\n| `search_stream` | `customer_id`, `query` | Runs a Google Ads query                 |\n\nTo learn more about GAQL, try out the\n[Google Ads Query Builder](https://developers.google.com/google-ads/api/fields/v20/query_validator)\nand ensure you have a valid query.\n\n## Setup\n\n### Google Ads\n\nUse\n[this documentation](https://developers.google.com/google-ads/api/docs/oauth/service-accounts)\nto set up a service account for the Google Ads API client library. This will\nrequire you to also set up a Google Cloud project and enable the Google Ads API.\nCreate a `google-ads.yaml` file as defined\n[here](https://github.com/googleads/google-ads-python/blob/HEAD/google-ads.yaml).\nHere's an example:\n\n```yaml\n# google-ads.yaml\ndeveloper_token: INSERT_DEVELOPER_TOKEN_HERE\nlogin_customer_id: INSERT_LOGIN_CUSTOMER_ID_HERE\njson_key_file_path: JSON_KEY_FILE_PATH_HERE\nuse_proto_plus: true\n```\n\n### Server\n\nRun the Google Ads MCP server locally:\n\n```shell\nuv run server\n```\n\n### Gemini CLI\n\nInstall the Gemini CLI by following the instructions\n[here](https://github.com/google-gemini/gemini-cli).\n\nAdd the Google Ads MCP server to your `~/.gemini/settings.json` file. Here's an\nexample:\n\n```json\n{\n  \"mcpServers\": {\n    \"googleAds\": {\n      \"command\": \"uv\",\n      \"args\": [\n        \"--directory path/to/google_ads_mcp\",\n        \"run\",\n        \"server\"\n      ]\n    }\n  }\n}\n```\n\nLearn more about\n[MCP servers and Gemini CLI](https://cloud.google.com/gemini/docs/codeassist/use-agentic-chat-pair-programmer#configure-mcp-servers).\n\n## Contributing\n\nWant to contribute? [Learn more](CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogle-marketing-solutions%2Fgoogle_ads_mcp_server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoogle-marketing-solutions%2Fgoogle_ads_mcp_server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogle-marketing-solutions%2Fgoogle_ads_mcp_server/lists"}