Skip to main content
Glama
Daminigit

MCP Google Workspace Server

by Daminigit

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging level (e.g., info, debug)
MCP_SERVER_HOSTNoHost for the MCP server (default: localhost)
MCP_SERVER_PORTNoPort for the MCP server (default: 3000)
GOOGLE_CLIENT_IDYesYour Google OAuth client ID
GOOGLE_REDIRECT_URIYesOAuth redirect URI (e.g., http://localhost:3000/oauth/callback)
GOOGLE_CLIENT_SECRETYesYour Google OAuth client secret
GOOGLE_TOKEN_STORAGEYesPath to store OAuth tokens (e.g., .tokens/google-token.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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
gmail_create_draftA

Creates an email draft in the authenticated user's Gmail account. Use this tool when you want to prepare an email for review before sending. This tool does NOT send the email — the draft is only saved to Gmail Drafts. To send an email, use the gmail_send_email tool instead.

gmail_send_emailA

Sends an email immediately via the authenticated Gmail account. Use this tool only when the user has explicitly confirmed they want to send the email. WARNING: This action is PERMANENT — the email will be delivered immediately and cannot be recalled. To create a draft for review instead, use gmail_create_draft.

google_docs_append_contentA

Appends plain text content to the end of an existing Google Document. Use this tool to add new content at the bottom of a Google Doc without modifying existing content. The document ID can be found in the Google Doc URL: docs.google.com/document/d//edit Existing document content is never overwritten or deleted.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources