Google Ads MCP Server
by jgdeutsch
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Bind address (default: 0.0.0.0) | 0.0.0.0 |
| PORT | No | Server port (default: 3000) | 3000 |
| NODE_ENV | No | Environment (default: development) | development |
| SESSION_TTL | No | Session duration in ms (default: 86400000) | 86400000 |
| REQUIRE_AUTH | No | Enable OAuth for team access (default: false) | false |
| SESSION_SECRET | Yes | Random 32+ char secret | |
| GOOGLE_ADS_CLIENT_ID | Yes | OAuth client ID | |
| GOOGLE_ADS_CUSTOMER_ID | Yes | Ad account ID (no dashes) | |
| GOOGLE_ADS_CLIENT_SECRET | Yes | OAuth client secret | |
| GOOGLE_ADS_REFRESH_TOKEN | Yes | OAuth refresh token | |
| GOOGLE_ADS_DEVELOPER_TOKEN | Yes | Google Ads API developer token | |
| GOOGLE_ADS_LOGIN_CUSTOMER_ID | Yes | MCC account ID (no dashes) |
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/jgdeutsch/google-ads-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server