Telegram MCP Server enables Claude to access and interact with Telegram accounts, allowing for reading and sending messages through a simple interface. Developed by Alexander Tsai, it provides tools for retrieving chat lists, reading messages, marking messages as read, and sending replies while maintaining the user's conversational style. The implementation uses Telethon for Telegram API access and includes a conversation context analyzer that reads from a customizable style guide to help Claude generate responses that match the user's texting patterns. Perfect for users who want to monitor and respond to Telegram messages through Claude without switching applications.
No reviews yet. Be the first to review!
Sign in to join the conversation
List your Telegram chats. Returns paginated list with chat names, IDs, and unread counts. For page 1, just provide page number; for subsequent pages, use the pagination parameters from the previous response.
Read messages from a specific chat. Fetches paginated message history and automatically marks messages as read.
Mark all unread messages in a chat as read.
Send messages to any chat. Supports replying to specific messages.
Analyze chat style for natural responses. Reads your conversation style guide from `convostyle.txt` to help Claude match your texting patterns.