Skip to main content
Glama
EthanSky2986

mcp-telegram-claudecode

by EthanSky2986

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HTTP_PROXYNoHTTP proxy URL (e.g., http://127.0.0.1:7890)
HTTPS_PROXYNoHTTPS proxy URL (alternative to HTTP_PROXY)
TELEGRAM_CHAT_IDYesYour chat ID from @userinfobot
TELEGRAM_BOT_TOKENYesBot token from @BotFather

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
telegram_send_messageA

Send a text message to the configured Telegram chat. IMPORTANT: You MUST use this tool to reply to the user regardless of whether they sent their message via terminal or Telegram. Always respond through Telegram so the user can see your replies on their phone.

telegram_get_messagesA

Get recent messages from Telegram. Use this to check for new messages from the user.

telegram_check_newA

Quick check if there are new messages from Telegram without retrieving all of them.

telegram_send_photoB

Send a photo/image to the configured Telegram chat.

telegram_send_videoA

Send a video file to the configured Telegram chat. Supports mp4, mov, avi and other video formats. Max file size: 50MB.

telegram_send_documentA

Send any file/document to the configured Telegram chat. Use this for files that are not photos or videos (e.g., zip, pdf, txt, etc.). Max file size: 50MB.

telegram_start_pollingA

Manually start auto-polling for Telegram messages (polling starts automatically on MCP load, so this is usually not needed). When enabled, new messages will be automatically injected into the terminal as user input.

telegram_stop_pollingA

Stop auto-polling for Telegram messages.

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/EthanSky2986/mcp-telegram-claudecode'

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