Skip to main content
Glama
Warrenn

gmail-mcp

by Warrenn

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AWS_PROFILENoAWS credentials profile used to access SSM parameter (alternative to other AWS credential methods).
GMAIL_MCP_SSM_PARAMNoSSM parameter path holding the Gmail credentials JSON (default '/gmail-mcp/authorized-user-json').
GMAIL_MCP_AWS_REGIONNoAWS region of the SSM parameter (default from AWS configuration).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
send_emailA

Send an email from the configured Gmail account.

`to`, `cc`, `bcc` accept a single address or a comma-separated list. Set `html=true` to send
`body` as HTML. Returns the Gmail message id and thread id.
search_emailsA

Search Gmail using a standard Gmail query (e.g. 'has:attachment from:bob newer_than:7d').

Returns a list of message summaries: id, from, to, subject, date, snippet, and any attachment
metadata (attachment_id, filename, mime_type, size) needed by download_attachment.
download_attachmentA

Download an attachment from a Gmail message and upload it to Google Drive.

Identify the attachment by `filename` (preferred — stable across requests) or `attachment_id`;
if the message has exactly one attachment, neither is required. Uploads into the Drive folder
`drive_folder` (created if absent). Returns the Drive file id, name, and web_view_link.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/Warrenn/gmail-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server