Google Ads MCP Server
by qmedia-by
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FASTMCP_HOST | No | Set to '0.0.0.0' to allow FastMCP to accept connections from all IP addresses. | |
| GOOGLE_PROJECT_ID | Yes | Your Google Cloud project ID. | |
| GOOGLE_CLOUD_PROJECT | No | Your Google Cloud project ID. Alternative name for GOOGLE_PROJECT_ID. | |
| GOOGLE_ADS_MCP_BASE_URL | No | The base URL where the server is accessible. Defaults to http://localhost:8080. | http://localhost:8080 |
| GOOGLE_ADS_DEVELOPER_TOKEN | Yes | Your Google Ads developer token. Must have at least Explorer access to query production accounts. | |
| GOOGLE_ADS_MCP_STORAGE_PATH | No | Directory path for 'filetree' persistent storage of OAuth state. | |
| GOOGLE_ADS_MCP_STORAGE_TYPE | No | Storage backend for OAuth state: 'filetree', 'redis', or 'memory'. | |
| GOOGLE_ADS_MCP_TOOLS_CONFIG | No | Explicit path to a tools configuration file. If not set, the server looks for 'tools_config.yaml' in the current working directory, then uses the bundled default. | |
| GOOGLE_ADS_LOGIN_CUSTOMER_ID | No | The customer ID of the manager account if access to the customer account is through a manager account. | |
| GOOGLE_ADS_MCP_JWT_SIGNING_KEY | No | Secret key used to sign FastMCP JWT tokens across multiple server instances or deployments. | |
| GOOGLE_ADS_MCP_OAUTH_CLIENT_ID | No | Your Google Cloud OAuth 2.0 Client ID. Required when using the FastMCP OAuth proxy. | |
| GOOGLE_APPLICATION_CREDENTIALS | No | Path to your Google Application Default Credentials JSON file. Required when using the Application Default Credentials method. | |
| GOOGLE_ADS_MCP_STORAGE_REDIS_URL | No | Redis URL for 'redis' persistent storage of OAuth state. | |
| GOOGLE_ADS_MCP_OAUTH_CLIENT_SECRET | No | Your Google Cloud OAuth 2.0 Client Secret. Required when using the FastMCP OAuth proxy. | |
| GOOGLE_ADS_MCP_STORAGE_ENCRYPTION_KEY | No | Encryption key for stored OAuth tokens. | |
| GOOGLE_ADS_MCP_STORAGE_DISABLE_ENCRYPTION | No | Set to 'true' to disable token encryption in storage. |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/qmedia-by/google-ads-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server