Telegram Notifications
Enables AI agents like Claude Code to send real-time notifications to Telegram via an MCP server.
Acerca de
This tool serves as a Model Context Protocol (MCP) server designed to facilitate automated Telegram notifications from AI agents, specifically optimized for Claude Code. Built with TypeScript and deployable on Cloudflare Workers, it provides a `send_telegram_message` tool that allows AI to communicate important updates, task completions, errors, or requests for user input directly to a specified Telegram chat, enhancing workflow automation and user awareness.
Características Principales
- Supports secure credential management with Cloudflare secrets
- 9 GitHub stars
- Provides a `send_telegram_message` MCP tool
- Supports Markdown and HTML formatting for messages
- Deploys serverless on Cloudflare Workers for global distribution
- Offers dual transport: SSE and Streamable HTTP for compatibility
Casos de Uso
- Notifying users when AI tasks are completed or require input
- Sending status updates from automated processes to Telegram
- Alerting users to errors encountered during AI agent execution