telegram-mcp-server
If you are the rightful owner of telegram-mcp-server 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.
An MCP server implementation that provides tools for interacting with the Telegram Bot API, allowing AI assistants to send messages and retrieve bot information programmatically.
The Telegram MCP Server is a robust implementation designed to facilitate seamless interaction with the Telegram Bot API. It provides a suite of tools that enable AI assistants to perform various operations such as sending messages, retrieving bot information, and handling updates. The server is configured using environment variables, specifically requiring a Telegram bot token, which can be obtained from the BotFather on Telegram. The server supports a range of functionalities including sending and forwarding messages, receiving updates, and more. It is built to be easily integrated into different platforms and is licensed under the MIT License, allowing for free use, modification, and distribution.
Features
- Retrieve bot information with ease using the get_bot_info tool.
- Send messages to specific chats with customizable parameters using send_message.
- Receive and handle incoming updates through long polling with get_updates.
- Forward messages between chats with the forward_message tool.
- Configure the server using environment variables for secure and flexible setup.