Skip to main content
Glama
verymbuemo

Gmail MCP Server

by verymbuemo

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoPort for the MCP server (Node.js).3000
AUTH_ENABLEDNoEnable authentication.true
OAUTH_SCOPESNoOAuth scopes.https://www.googleapis.com/auth/gmail.readonly https://www.googleapis.com/auth/gmail.compose https://www.googleapis.com/auth/gmail.modify
AUTH_STRATEGYNoAuthentication strategy.oauth
OAUTH_TOKEN_URLNoOAuth token endpoint.https://oauth2.googleapis.com/token
RS_TOKENS_ENC_KEYNoEncryption key for OAuth tokens (required for Cloudflare Worker deployment, 32-byte base64url).
OAUTH_REDIRECT_URINoOAuth redirect URI for the client.alice://oauth/callback
PROVIDER_CLIENT_IDYesGoogle OAuth client ID (required).
OAUTH_REVOCATION_URLNoOAuth revocation endpoint.https://oauth2.googleapis.com/revoke
PROVIDER_ACCOUNTS_URLNoOAuth provider accounts URL.https://accounts.google.com
PROVIDER_CLIENT_SECRETYesGoogle OAuth client secret (required).
OAUTH_AUTHORIZATION_URLNoOAuth authorization endpoint.https://accounts.google.com/o/oauth2/v2/auth
OAUTH_EXTRA_AUTH_PARAMSNoAdditional OAuth authorization parameters.access_type=offline&prompt=consent
OAUTH_REDIRECT_ALLOWLISTNoComma-separated list of allowed redirect URIs.alice://oauth/callback,http://127.0.0.1:3001/oauth/callback

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/verymbuemo/gmail-streamable-mcp-server'

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