mcp-communicator-telegram
If you are the rightful owner of mcp-communicator-telegram 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.
MCP Communicator (Telegram) is a server that facilitates communication with users through a Telegram bot, allowing for interaction via questions, notifications, file sharing, and project archiving.
MCP Communicator (Telegram) is a versatile server designed to enhance user interaction through Telegram. It allows users to ask questions, send notifications, share files, and create project archives directly through a Telegram bot. The server supports asynchronous communication, ensuring that responses can be received at any time. It also includes features for secure chat ID validation and comprehensive error handling and logging. The server is easy to set up with Node.js and requires a Telegram bot token and chat ID for operation. It is particularly useful for developers and teams who need to maintain communication and share resources efficiently through Telegram.
Features
- Ask questions to users through Telegram
- Send notifications and files to users
- Create and send project zip files
- Receive responses asynchronously
- Secure chat ID validation and error handling
Tools
ask_user
Asks a question to the user via Telegram and waits for their response.
notify_user
Sends a notification message to the user via Telegram (no response required).
send_file
Sends a file to the user via Telegram.
zip_project
Creates a zip file of a project directory and sends it to the user via Telegram.