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 |
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 | |
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