Telegram MCP server provides a bridge between AI assistants and the Telegram API, enabling access to user data, dialog management, and message handling capabilities. Developed by Bary Huang, this Go implementation supports retrieving account information, listing dialogs with unread filtering, accessing message history, sending draft messages, and marking conversations as read. The server uses the gotd/td library for Telegram API interactions and includes authentication workflows for secure access, making it particularly valuable for AI assistants that need to monitor, organize, and respond to Telegram communications.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Get current account information.
List dialogs with an optional unread filter.
Mark a dialog as read.
Retrieve messages from a specific dialog.
Send draft messages to any dialog.