Google Ads MCP Unofficial
by davidmosiah
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_ADS_CACHE | No | Enable SQLite cache (set to 'true' to enable, default off). | |
| GOOGLE_ADS_NO_RETRY | No | Disable retry middleware (set to 'true', default off). | |
| GOOGLE_ADS_CLIENT_ID | Yes | OAuth client ID from Google Cloud Console. | |
| GOOGLE_ADS_CACHE_PATH | No | Override cache path. | |
| GOOGLE_ADS_TOKEN_PATH | No | Override token storage path. | ~/.google-ads-mcp/tokens.json |
| GOOGLE_ADS_PRIVACY_MODE | No | Privacy mode: summary, structured, or raw. | structured |
| GOOGLE_ADS_REDIRECT_URI | No | OAuth callback URI. | http://127.0.0.1:3000/callback |
| GOOGLE_ADS_CLIENT_SECRET | Yes | OAuth client secret from Google Cloud Console. | |
| GOOGLE_ADS_ALLOW_MUTATIONS | No | Enable write tools (set to 'true' to enable, default false). | false |
| GOOGLE_ADS_DEVELOPER_TOKEN | Yes | Approved Google Ads developer token from your MCC account. | |
| GOOGLE_ADS_LOGIN_CUSTOMER_ID | No | MCC ID (no dashes). Optional. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/davidmosiah/google-ads-mcp-unofficial'
If you have feedback or need assistance with the MCP directory API, please join our Discord server