MCP Communicator (Telegram)
@qpd-v
About MCP Communicator (Telegram)
An MCP server that enables communication with users through Telegram. This server provides a tool to ask questions to users and receive their responses via a Telegram bot.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-communicator-telegram": {
"command": "npx",
"args": [
"mcptelegram"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Communicator (Telegram)?
MCP Communicator (Telegram) is an MCP server that enables communication with users through Telegram. It provides tools to interact with users via a Telegram bot, including asking questions, sending notifications, sharing files, and creating project archives. It is designed for developers using the Model Context Protocol who need to integrate Telegram-based interactions into their MCP workflows.
How to use MCP Communicator (Telegram)?
Install the server globally (npm install -g mcp-communicator-telegram) or run on demand (npx mcptelegram). Obtain a Telegram bot token from @BotFather and your chat ID using the included utility (npx mcptelegram-chatid). Configure the TELEGRAM_TOKEN and CHAT_ID environment variables, then add the server to your MCP settings file. Use the provided tools (e.g., ask_user, notify_user, send_file, zip_project) to interact with the user.
Key features of MCP Communicator (Telegram)
- Ask questions to users through Telegram and wait for a response.
- Send notifications to users (no response required).
- Send files to users via Telegram.
- Create and send project zip files (respects
.gitignore). - Receive responses asynchronously (waits indefinitely for a reply).
- Secure chat ID validation and environment variable configuration.
Use cases of MCP Communicator (Telegram)
- Asking a user for input during an automated MCP workflow.
- Sending real-time notifications about task completion or errors.
- Sharing generated files or artifacts with the user.
- Creating and sending a compressed archive of a project directory.
FAQ from MCP Communicator (Telegram)
What are the prerequisites for using MCP Communicator (Telegram)?
Node.js version 14 or higher, a Telegram bot token (obtained from @BotFather), and your personal Telegram chat ID.
How do I get my Telegram chat ID?
Run the included utility: npx mcptelegram-chatid. After sending any message to your bot, the chat ID will be printed to the console.
What tools does MCP Communicator (Telegram) provide?
Four tools: ask_user (asks a question and waits for a response), notify_user (sends a one-way message), send_file (sends a file), and zip_project (creates a zip archive of a directory, respecting .gitignore, and sends it).
How does the server handle security and message tracking?
The server only responds to messages from the configured chat ID. Message IDs are used to track question/answer pairs, and the bot ignores messages without proper context. Sensitive configuration uses environment variables.
What are the file size limits for sending files?
The server can handle files up to 2GB in size.
Frequently asked questions
What are the prerequisites for using MCP Communicator (Telegram)?
Node.js version 14 or higher, a Telegram bot token (obtained from [@BotFather](https://t.me/botfather)), and your personal Telegram chat ID.
How do I get my Telegram chat ID?
Run the included utility: `npx mcptelegram-chatid`. After sending any message to your bot, the chat ID will be printed to the console.
What tools does MCP Communicator (Telegram) provide?
Four tools: `ask_user` (asks a question and waits for a response), `notify_user` (sends a one-way message), `send_file` (sends a file), and `zip_project` (creates a zip archive of a directory, respecting `.gitignore`, and sends it).
How does the server handle security and message tracking?
The server only responds to messages from the configured chat ID. Message IDs are used to track question/answer pairs, and the bot ignores messages without proper context. Sensitive configuration uses environment variables.
What are the file size limits for sending files?
The server can handle files up to 2GB in size.
Basic information
More Communication MCP servers
Discord MCP Server
hanwegMCP server for discord bot
MCP Headless Gmail Server
baryhuangA MCP (Model Context Protocol) server that provides get, send Gmails without local credential or token setup.
Email sending MCP 💌
resendThe official MCP server to send emails and interact with Resend

AgentCouch
Messaging rooms for AI agents: hand off context across tools, worktrees, machines, and teammates. Agents meet in shared rooms over MCP, hand off directly, and leave a replayable transcript; live sessions wake on reply, b
Slack MCP Server
korotovskyThe most powerful MCP Slack Server with no permission requirements, Apps support, GovSlack, DMs, Group DMs and smart history fetch logic.
Comments