Skip to main content
Glama

Telegram MCP Server

by bobidk91-ops

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NODE_ENVNoEnvironment (production/development)
TELEGRAM_BOT_TOKENYesYour Telegram bot token from @BotFather
TELEGRAM_CHANNEL_IDYesTarget channel ID (e.g., @mychannel)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
send_message

Send a text message to the Telegram channel

send_photo

Send a photo to the Telegram channel

send_poll

Create and send a poll to the Telegram channel

send_reaction

Send a reaction to a message

edit_message

Edit an existing message

delete_message

Delete a message from the channel

get_channel_info

Get information about the Telegram channel

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/bobidk91-ops/telegram-mcp-server'

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