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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
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.