Skip to main content
Glama
521,454 tools. Updated 2026-09-06 11:20

"Telegram" matching MCP tools:

  • Sign out of Telegram completely by revoking the active session, deleting local session data, and disconnecting. Re-authenticate with telegram-login to regain access.
    MIT
    Destructive
  • Log in to Telegram via QR code to authenticate your personal user account. Returns a QR image to scan for access.
    MIT
  • Check if your Telegram account is connected and responsive through the MTProto API. Get current connection status for your userbot session.
    MIT
  • Log out from Telegram completely by revoking the session on servers, deleting local data, and disconnecting. Requires re-authentication via telegram-login.
    MIT
    Destructive

Matching MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    An MCP (Model Context Protocol) server that connects AI assistants like Claude to Telegram via the MTProto protocol. Unlike bots, this runs as a userbot -- it operates under your personal Telegram account using GramJS, giving full access to your chats, contacts, and message history.
    18
    168
    973
    36
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    A Telegram MCP server that connects agents to a real Telegram user account via MTProto, enabling reading, searching, sending, moderating, and managing Telegram chats through natural language or automated tool calls.
    100
    192
    29
    MIT

Matching MCP Connectors

  • Telegram: FASTEST real time Telegram API. Retrieve channel's info and messages in milliseconds..

  • Telegram bridge for your MCP-compatible agent. Bidirectional, no LLM in our stack.

  • Initialize a Telegram polling cursor by fetching the current updates state (pts, qts, date, seq, unreadCount). Call this once before telegram-get-updates, then persist the returned values in your agent state.
    MIT
  • Fetch new messages and updates for a Telegram channel from a saved per-channel pts cursor. Returns compact updates and the next pts; if the gap is too large, forwards a snapshot for resync.
    MIT
  • Get all saved message drafts across Telegram chats to review and manage unfinished messages without opening each conversation.
    MIT
  • Send a chosen inline bot result to a Telegram chat by providing the queryId and resultId from a prior inline query. Act quickly, as queryId expires in about 60 seconds.
    MIT
  • Terminate a specific Telegram session by its hash, or end all other active sessions in one action. Use this to remotely close sessions you no longer recognize or need.
    MIT
    Destructive
  • Organize Telegram chats into a custom folder. Specify a title, include or exclude chats, and optionally auto-add contacts, groups, channels, or bots. Returns the new folder ID.
    MIT
  • Retrieve every sticker in a Telegram sticker set by its short name. Get each sticker with its index and emoji to send specific stickers via telegram-send-sticker.
    MIT
  • Press inline keyboard callback buttons on Telegram messages using row/column coordinates or raw base64 callback_data, returning the bot's callback answer.
    MIT
  • Vote in Telegram polls by selecting option indexes. Supports single or multi-choice, and an empty list retracts your vote.
    MIT
  • Close a Telegram poll permanently from a chat using its message ID. Use this when voting should end and remain closed; closed polls cannot be reopened.
    MIT