mcp-telegram
The Telegram MCP server connects Telegram API with AI assistants using the Model Context Protocol. It offers read-only functionality to access Telegram features like chats and messages, with potential use cases such as summarizing unread messages.
What is the Model Context Protocol (MCP)?
MCP is a system that allows AI applications to connect to external tools and data sources, providing a secure and controlled way for AI assistants to interact with local services and APIs.
What functionalities does the Telegram MCP server provide?
The server provides functionalities such as retrieving the list of dialogs, unread messages, and creating summaries of unread messages. It is designed for read-only access to the Telegram API.
How do I configure the Telegram API for use with the server?
You need to obtain an API ID and hash from Telegram, then use the command mcp-telegram sign-in
with your API credentials and phone number to connect to the API.
What should I do if I cannot connect to the MCP server?
Ensure the server configuration is correct, use the full path to the uv
binary, and verify the path to the cloned repository in the configuration file.
How can I update or uninstall the server?
To update the server, use the command uv tool upgrade --reinstall
. To uninstall, use uv tool uninstall mcp-telegram
.