Telegram
Enables programmatic interaction with Telegram via the Model Context Protocol.
Acerca de
Telegram allows users to interact with Telegram programmatically through the Model Context Protocol (MCP). It provides an MCP server that allows access to Telegram entities and messages, send messages, and retrieve unread messages. The tool requires a Telegram API ID and Hash and offers functions like getting unread entities, retrieving messages, and sending messages to specific entities.
Características Principales
- Retrieves entities with unread messages.
- Fetches unread messages from a given entity ID.
- Retrieves messages from an entity, limited by count.
- Sends messages to an entity with optional markup and reply functionality.
- Provides access to all entities within the current Telegram session.
- 9 GitHub stars
Casos de Uso
- Integrating Telegram with other applications via MCP.
- Programmatically sending and receiving Telegram messages.
- Automated Telegram message management.