telegram-mcp

telegram-mcp

3.3

If you are the rightful owner of telegram-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.

A Model Context Protocol (MCP) server that enables LLMs to send notifications via Telegram and receive user responses.

The Telegram MCP Server is a specialized server designed to facilitate communication between large language models (LLMs) and users through Telegram. It allows LLMs to send notifications to a Telegram chat and wait for user responses, making it an effective tool for real-time interaction. The server supports customizable urgency levels for notifications and integrates seamlessly with Cline and other MCP-compatible LLM applications. To use the server, users need to have Node.js 16 or higher, a Telegram bot token, and their Telegram chat ID. The server can be installed via npm or directly from GitHub, and it requires specific environment variables for configuration. It can be run standalone or integrated with platforms like Cline and Claude Desktop.

Features

  • Send text notifications to a Telegram chat with customizable urgency levels
  • Wait for and retrieve user responses
  • Integrates with Cline and other MCP-compatible LLM applications

Tools

  1. send_notification

    Sends a notification message to the configured Telegram chat.

  2. check_notification_response

    Checks if the user has responded to a previously sent notification.