Skip to main content
Glama
tensakulabs

telegram-mcp

by tensakulabs

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TELEGRAM_PHONENoPhone number for authentication
TELEGRAM_API_IDYesYour Telegram API ID
TELEGRAM_API_HASHYesYour Telegram API hash
TELEGRAM_ENV_PATHNoPath to .env file
TELEGRAM_SESSION_DIRNoDirectory for session file

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
send_messageA

Send a message to a Telegram bot and wait for its reply.

Args:
    bot: Bot username (e.g. '@BotFather' or 'BotFather')
    message: The message text to send
    timeout: Seconds to wait for a reply (default 30)
get_historyA

Get message history with a Telegram bot.

Args:
    bot: Bot username (e.g. '@BotFather' or 'BotFather')
    limit: Number of messages to retrieve (default 20)

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

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