T
Telegram
💬 Communication
Send and read Telegram messages from your AI — access chats, message history, contacts and channels through your Telegram account.
Tags
Tools (4)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"telegram": {
"command": "npx",
"args": [
"-y",
"@chaindead/telegram-mcp"
],
"env": {
"TG_APP_ID": "your-tg-app-id-here",
"TG_API_HASH": "your-tg-api-hash-here"
}
}
}
}