Connects Claude to the Telegram Bot API to push notifications while your agent works. Exposes three tools: send_message for text updates, send_photo for images or charts, and send_document for files. You configure it with a bot token from BotFather and your Telegram username, then walk away while long-running tasks send you progress updates or completion alerts. The server resolves your username to a chat ID on first use and caches it. Deliberately scoped to outbound notifications only, no chat management or inline queries. Useful when you kick off data processing, report generation, or any agent task where you want async status updates on your phone instead of watching terminal output.
claude mcp add --transport stdio parthjadhav-telegram-notify-mcp uvx telegram-notify-mcp