Gmail Telegram MCP Server
by benitomartin
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI__MODEL | Yes | OpenAI model name | gpt-4o-mini |
| GOOGLE__SCOPES | Yes | Google API scopes as JSON array string | ["https://www.googleapis.com/auth/gmail.readonly"] |
| OPENAI__API_KEY | Yes | OpenAI API key | |
| GOOGLE__AUTH_URI | Yes | Google OAuth auth URI | https://accounts.google.com/o/oauth2/auth |
| GOOGLE__CLIENT_ID | Yes | Google OAuth client ID | |
| GOOGLE__TOKEN_URI | Yes | Google OAuth token URI | https://oauth2.googleapis.com/token |
| GOOGLE__GMAIL_TOKEN | No | Gmail token for persistent session (auto-generated after first auth) | |
| TELEGRAM__BOT_TOKEN | Yes | Telegram bot token | |
| GOOGLE__CLIENT_SECRET | Yes | Google OAuth client secret | |
| GOOGLE__REDIRECT_URIS | Yes | OAuth redirect URIs as JSON array string | ["http://localhost"] |
| GOOGLE__APPLICATION_CREDENTIALS | Yes | Path to Google application credentials JSON file |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues