Skip to main content
Glama
429,785 tools. Updated 2026-08-10 01:24

"Telegram" matching MCP tools:

  • Log out of Telegram and revoke your session. Deletes local session file and disconnects. Re-authenticate to use Telegram again.
    MIT
  • Log out from Telegram completely by revoking the session on servers, deleting local data, and disconnecting. Requires re-authentication via telegram-login.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    B
    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.
    100
    453
    24
    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
    100
    29
    MIT

Matching MCP Connectors

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

  • Multi-tenant Telegram gateway for AI agents — HTTP+stdio, 8 tools, MTProto User API

  • Retrieve the current Telegram updates cursor state (pts, qts, date, seq, unreadCount) to initialize polling. Persist these values and pass them to subsequent update requests.
    MIT
  • Fetch new messages and updates for a specific Telegram channel using a per-channel pts cursor. Handles gaps by forwarding dialog snapshots and hints for resync.
    MIT
  • Retrieve broadcast channel statistics including followers, post views, shares, reactions, story stats, and notification percentage. Requires admin access; some channels need Telegram Premium.
    MIT
  • Create a Telegram chat folder to organize your conversations. Include contacts, groups, channels, or specific chats by ID or username.
    MIT
  • Press an inline keyboard callback button on a Telegram message by specifying its row and column, or use raw callback data as base64.
    MIT
  • Update your Telegram profile emoji status using a custom emoji ID or collectible ID. Clear your status by omitting both IDs. Requires Telegram Premium.
    MIT
  • Retrieve Telegram's suggested chat folders from your chat list, including categories like Unread, Personal, and Work. Use the returned templates to create folders with telegram-create-folder.
    MIT
  • Send a sticker from a sticker set to a chat by specifying the set name and the index of the sticker (browse stickers with get-sticker-set).
    MIT
  • Query an inline bot (e.g., @gif) within a Telegram chat to retrieve a compact list of results. Returns a queryId valid for ~60 seconds to deliver a chosen result.
    MIT