mcp-telegram
If you are the rightful owner of mcp-telegram and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Telegram MCP Server allows Claude to access your Telegram account for reading and sending messages.
The Telegram MCP Server is a model context protocol server that integrates with Telegram to enable Claude, an AI assistant, to interact with your Telegram account. It provides functionalities such as retrieving chat lists, sending messages, reading unread messages, marking messages as read, and obtaining conversation context for generating appropriate replies. The server requires setting up a Python environment and configuring API credentials to authenticate and connect to your Telegram account. Once set up, it can be integrated with Claude Desktop to facilitate seamless communication through Telegram.
Features
- get_chats: Retrieve a list of your Telegram chats.
- send_message: Send a message to a specified chat.
- get_message: Fetch messages from a chat and display unread messages.
- mark_messages_read: Mark messages in a chat as read.
- get_conversation_context: Retrieve the past 20 messages and analyze 'convostyle.txt' for generating replies.