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.
暂无评论. 成为第一个评论的人!
登录以参与讨论
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.