Skip to main content
Glama
297,715 tools. Last updated 2026-07-14 08:25

"telegram" matching MCP tools:

  • Initialize the polling cursor for Telegram updates by fetching current state (pts, qts, date). Call once before retrieving updates.
    MIT
  • Fetch new messages, deleted messages, and other updates since a known {pts, qts, date} cursor. Returns updates and a new cursor state; call again if more updates are queued.
    MIT
  • Retrieve all saved message drafts across Telegram chats to review unfinished messages. Consolidates drafts for easy access.
    MIT
  • Initialize Telegram polling cursor by fetching current update state. Persist returned pts, qts, and date for subsequent update fetches.
    MIT
  • Logs out of Telegram, revoking the session on Telegram servers and deleting local session data. You must log in again to re-authenticate.
    MIT

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.
    Last updated
    100
    471
    18
    MIT

Matching MCP Connectors

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

  • MCP/HTTP Telegram Gateway — Multi-tenant, MTProto User API, 8 tools, multi-user Bearer auth, global search, session ACL, Docker