Skip to main content
Glama
knowledgeislands

mcp-gmail

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NODE_ENVNoEnvironment mode (e.g. 'development' for dev scripts)
GMAIL_SCOPESNoSpace-separated OAuth scopes requested for the access tokenhttps://www.googleapis.com/auth/gmail.modify https://www.googleapis.com/auth/userinfo.email
GMAIL_AUTH_PORTNoPort the auth server listens on. Must match the port in GMAIL_REDIRECT_URI3334
GMAIL_CLIENT_IDYesGoogle Cloud OAuth 2.0 Client ID (e.g. xxxxx.apps.googleusercontent.com)
GMAIL_REDIRECT_URINoOAuth redirect URI. Must match the value registered in Google Cloud Consolehttp://localhost:3334/auth/callback
GMAIL_CLIENT_SECRETYesOAuth 2.0 Client Secret from the same credential

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
aboutA

Returns information about this MCP Gmail server

authenticateB

Start the OAuth flow to authorize this server against your Gmail account

check-auth-statusA

Check the current authentication status with the Gmail API

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

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