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) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |