Bigchef-dev/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.
The Telegram MCP Server is an implementation that provides tools for interacting with the Telegram Bot API, allowing AI assistants to send messages and retrieve bot information programmatically.
Tools
Functions exposed to the LLM to take actions
get_bot_info
Retrieves basic information about the bot.
send_message
Sends a message to a specified chat.
get_updates
Receives incoming updates using long polling.
forward_message
Forwards messages of any kind.
pin_chat_message
Adds a message to the list of pinned messages in a chat.
unpin_chat_message
Removes a message from the list of pinned messages in a chat.
unpin_all_chat_messages
Clears the list of pinned messages in a chat.
getChat
Gets up-to-date information about the chat.
sendPoll
Sends a native poll to a chat.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client