The MCP Communicator (Telegram) project provides a server that facilitates interaction with users through a Telegram bot. It allows users to ask questions, send notifications, share files, and create project archives directly via Telegram, making it a versatile tool for communication and project management. The server supports asynchronous response handling, ensuring that messages are tracked and logged securely. This tool is particularly useful for developers or teams that need to engage with users or stakeholders in real-time through Telegram, leveraging its robust messaging capabilities for efficient communication.
Asks a question to the user via Telegram and waits for their response. Parameters: question (string) - The question to ask the user.
Sends a notification message to the user via Telegram (no response required). Parameters: message (string) - The message to send to the user.
Sends a file to the user via Telegram. Parameters: filePath (string) - The path to the file to send.
Creates a zip file of a project directory (respecting .gitignore patterns) and sends it to the user via Telegram. Parameters: directory (string, optional) - Directory to zip (defaults to current working directory).
No reviews yet. Be the first to review!
Sign in to join the conversation
After downloading, you can run the MCP server in any client or IDE:
node path/to/downloaded/file.mjs