Skip to main content
Glama
568,525 tools. Updated 2026-09-14 20:47

"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
  • Translate Telegram messages to a target language, including multiple messages at once. Requires Telegram Premium and consumes the account's translation quota.
    MIT
  • Schedule a Telegram message for future delivery. Specify chat, text, and Unix timestamp to have Telegram servers send it at the appointed time.
    MIT
  • 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

  • F
    license
    A
    quality
    C
    maintenance
    Enables fetching the most recent image from a specified Telegram group and waiting for new images to be posted, using a user account over MTProto.
    2
    -
  • A
    license
    A
    quality
    C
    maintenance
    An MCP server that lets an LLM send messages, photos, and documents to Telegram through a bot. Provides four tools: get_me, send_message, send_photo, and send_document.
    4
    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.

  • Fetch Telegram updates since a saved cursor to retrieve new messages, deleted messages, and other events. Use the returned cursor to continue; if updates remain, call again for the next batch.
    MIT
  • Fetch active stories from any Telegram peer and receive structured metadata (id, date, expiry, caption, media type). Need media bytes? Pass the story ID to telegram-download-media.
    MIT
  • 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
  • Send 2-10 photos as a single grouped Telegram message. Provide local file paths and a chat ID to bundle media into an album with optional captions.
    MIT
  • Send emoji reactions to a Telegram message, supporting multiple reactions and adding to existing ones. Omit emoji to remove all reactions.
    MIT
  • Mute or unmute Telegram chat notifications for any chat ID or username. Optionally specify a duration in seconds for temporary muting; omit it to mute indefinitely.
    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
  • 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
  • Request server-side transcription for Telegram voice or video notes using chat ID and message ID. Returns a transcription ID to poll for completion when pending.
    MIT