google-ads-mcp
by dhawalshah
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port (default 8080). | 8080 |
| BASE_URL | No | Public URL of this service. Used for OAuth metadata and as the canonical resource URI tokens are bound to. Required for remote HTTP mode. | |
| LOG_LEVEL | No | Python log level (default INFO). | INFO |
| GCP_PROJECT_ID | No | GCP project hosting Firestore. Required for remote HTTP mode. | |
| MCP_USER_EMAIL | No | Your email — set in Claude Desktop config. Required for local STDIO mode. | |
| ALLOWED_DOMAINS | No | Comma-separated email domain allowlist (e.g. acme.com,beta.com). Empty = no restriction. | |
| GOOGLE_CLIENT_ID | No | Google OAuth client ID. Required if not using OAUTH_CONFIG_PATH. | |
| OAUTH_CONFIG_PATH | No | Alternative to GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET: path to client_secret.json. | |
| GOOGLE_REDIRECT_URI | No | Override the Google callback URL. Defaults to ${BASE_URL}/auth/callback. | |
| GOOGLE_CLIENT_SECRET | No | Google OAuth client secret. Required if not using OAUTH_CONFIG_PATH. | |
| GOOGLE_ADS_DEVELOPER_TOKEN | No | Deprecated. Leave unset — access level now comes from the Cloud project owning the OAuth client. If set, it is sent as the Developer-Token header (legacy setups only). |
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues