mcp-communicator-telegram

mcp-communicator-telegram

32

MCP Communicator (Telegram) is an MCP server that enables interaction with users via a Telegram bot. It allows sending questions, notifications, and files, along with creating project archives. The server features asynchronous communication and integrates with existing Model Context Protocol setups securely.

What are the prerequisites for using MCP Communicator (Telegram)?

You need Node.js (v14 or higher), a Telegram bot token from @BotFather, and your Telegram chat ID.

How do I get my Telegram chat ID?

Use the included utility by running npx mcptelegram-chatid and send a message to your bot.

How does the server ensure secure communication?

The server only responds to messages from the configured chat ID and uses environment variables for sensitive configurations.

Can I send large files using this server?

Yes, the server can handle files up to 2GB in size.

What happens if a message is sent without proper context?

The bot ignores messages without proper context, ensuring only relevant communications are processed.