chaindead/telegram-mcp
Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, and handling read status
Quick Start
Clone the repository:
git clone https://github.com/chaindead/telegram-mcpClaude Desktop configuration example:
{
"mcpServers": {
"chaindead-telegram-mcp": {
"command": "npx",
"args": [
"-y",
"chaindead/telegram-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.