Skip to main content
Glama
travisthetrashpanda

multi-google-calendar-gmail-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
accounts_listA

List connected Google accounts (alias -> email).

checkA

Diagnose setup: credentials file, connected accounts, and whether each account's Gmail API actually responds.

gmail_searchA

Search mail with Gmail's full query syntax (from:, subject:, is:unread, older_than:1y, has:attachment, ...). account is an alias, an email, or "all" for every connected account.

gmail_readC

Read one message's full body by the id from gmail_search.

gmail_labelsC

List label names for one account.

gmail_modifyA

Batch-modify up to 500 messages in one account: add/remove labels (created automatically if new), archive (leave the inbox), mark read. Reversible — nothing is deleted.

gmail_draftA

Create a draft (does NOT send). Safer default than gmail_send.

gmail_sendC

Send an email from one account. Always confirm with the user first.

calendar_listC

List calendars for one or all connected accounts.

calendar_eventsA

List events between two ISO dates/datetimes across one or all accounts. calendar_id defaults to each account's primary calendar.

calendar_create_eventA

Create an event, optionally inviting attendees by email (Google sends real invitations — confirm with the user first when inviting).

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/travisthetrashpanda/multi-google-calendar-gmail-mcp'

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