MCP Google Workspace Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level: debug/info/warn/error | info |
| MCP_HTTP_HOST | No | HTTP bind address | 127.0.0.1 |
| MCP_HTTP_PORT | No | HTTP port | 3333 |
| MCP_TRANSPORT | No | Transport type: stdio or http | stdio |
| DEFAULT_SEND_AS | No | Default From address for sending emails | |
| GOOGLE_CLIENT_ID | No | OAuth client ID from Google Cloud Console | |
| GOOGLE_TOKEN_PATH | No | Path where tokens are stored | ./token.json |
| MCP_HTTP_AUTH_TOKEN | No | Bearer token for HTTP transport authentication | |
| GOOGLE_CLIENT_SECRET | No | OAuth client secret from Google Cloud Console | |
| GOOGLE_OAUTH_REDIRECT | No | Consent-flow redirect URI | http://localhost:3000/oauth2callback |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| send_gmailB | Send an email through Gmail on behalf of the authenticated account. |
| draft_gmailA | Create a Gmail draft without sending it. |
| append_to_google_docA | Append text content to the end of an existing Google Doc. |
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
- 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/sunreddy1593-tech/MCP-1'
If you have feedback or need assistance with the MCP directory API, please join our Discord server