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