google-analytics-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 Mode B (remote HTTP server). | |
| LOG_LEVEL | No | Python log level (default INFO). | INFO |
| GCP_PROJECT_ID | No | GCP project hosting Firestore. Required for Mode B (remote HTTP server). | |
| MCP_USER_EMAIL | No | Your email — set in Claude Desktop config for Mode A (local STDIO). | |
| 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. Alternative to OAUTH_CONFIG_PATH for Mode B. | |
| OAUTH_CONFIG_PATH | No | Path to client_secret.json. Alternative to GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET; also used in Mode A. | |
| GOOGLE_REDIRECT_URI | No | Override the Google callback URL. Defaults to ${BASE_URL}/auth/callback. | ${BASE_URL}/auth/callback |
| GOOGLE_CLIENT_SECRET | No | Google OAuth client secret. Alternative to OAUTH_CONFIG_PATH for Mode B. |
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