Google Workspace MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | Host + container port (change in .env to relocate) | 8000 |
| AUTH_TOKEN | Yes | Bearer token for MCP endpoint authentication; must be same as in MCP client environment | |
| EXTERNAL_URL | No | Public HTTPS URL for OAuth callback | https://google-api.mcp.dg.linkpc.net |
| GOOGLE_SCOPES | No | Comma-separated Google API scopes | |
| GOOGLE_TOKEN_FILE | No | Auto-generated refresh token | /config/token.json |
| GOOGLE_CLIENT_SECRET_FILE | No | Mount path for OAuth credentials | /config/client_secret.json |
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