Skip to main content
Glama
benitomartin

Gmail Telegram MCP Server

by benitomartin

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAI__MODELYesOpenAI model namegpt-4o-mini
GOOGLE__SCOPESYesGoogle API scopes as JSON array string["https://www.googleapis.com/auth/gmail.readonly"]
OPENAI__API_KEYYesOpenAI API key
GOOGLE__AUTH_URIYesGoogle OAuth auth URIhttps://accounts.google.com/o/oauth2/auth
GOOGLE__CLIENT_IDYesGoogle OAuth client ID
GOOGLE__TOKEN_URIYesGoogle OAuth token URIhttps://oauth2.googleapis.com/token
GOOGLE__GMAIL_TOKENNoGmail token for persistent session (auto-generated after first auth)
TELEGRAM__BOT_TOKENYesTelegram bot token
GOOGLE__CLIENT_SECRETYesGoogle OAuth client secret
GOOGLE__REDIRECT_URISYesOAuth redirect URIs as JSON array string["http://localhost"]
GOOGLE__APPLICATION_CREDENTIALSYesPath to Google application credentials JSON file

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/benitomartin/gmail-telegram-mcp-server'

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