wenyuanw/telegram-channel-mcp
If you are the rightful owner of telegram-channel-mcp 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.
This is a Model Context Protocol (MCP) server designed to send messages to Telegram channels using Cloudflare Workers.
The Telegram Channel MCP Server is a robust solution for automating message delivery to Telegram channels. Built on Cloudflare Workers, it leverages global distributed edge computing to ensure low latency and high performance. The server integrates seamlessly with AI assistants like Claude Desktop through the MCP protocol, providing a standardized interface for automated message dispatch. It supports real-time communication via Server-Sent Events (SSE) and is developed using TypeScript, ensuring type safety and reliability. The server is designed to work with the Telegram Bot API, allowing messages to be sent to specified channels with support for MarkdownV2 formatting. This makes it an ideal tool for developers looking to integrate AI-driven communication solutions into their Telegram channels.
Features
- Cloudflare Workers-based for global distribution and low latency.
- Seamless integration with AI assistants via MCP protocol.
- Supports Telegram Bot API for channel message delivery.
- Developed in TypeScript for type safety.
- Real-time communication through SSE connections.
Usages
npx with AI Assistant
{ "mcpServers": { "telegram-channel": { "command": "npx", "args": [ "mcp-remote", "http://localhost:8787/sse" ] } } }
Tools
send-message-to-channel
Sends a message to a configured Telegram channel with MarkdownV2 support.