Back to Apps
T
Telegram MCP
by chaindead
Bridge your AI assistant to the Telegram API for managing chats, messages, and drafts.
317 stars
Updated 4 months ago
Works in:Cursor
Exposes:Tools
What it does
This server acts as a bridge between the Telegram API and AI assistants, allowing the assistant to interact with your Telegram account directly.
Tools
tg_me: Get current account informationtg_dialogs: List dialogs with optional unread filtertg_read: Mark a dialog as readtg_dialog: Retrieve messages from a specific dialogtg_send: Send draft messages to any dialog
Installation
{
"mcpServers": {
"telegram": {
"command": "npx",
"args": ["-y", "@chaindead/telegram-mcp"],
"env": {
"TG_APP_ID": "<your-api-id>",
"TG_API_HASH": "<your-api-hash>"
}
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
npx -y @chaindead/telegram-mcpInformation
- Pricing
- free
- Published
- 4/14/2026
- Updated
- 4 months ago
- stars
- 317
Categories
Choose your AI client and follow the steps below.
Cursor
{
"mcpServers": {
"telegram-mcp": {
"command": "telegram-mcp",
"env": {
"TG_APP_ID": "<your-app-id>",
"TG_API_HASH": "<your-api-hash>"
}
}
}
}Claude Desktop
{
"mcpServers": {
"telegram": {
"command": "npx",
"args": ["-y", "@chaindead/telegram-mcp"],
"env": {
"TG_APP_ID": "<your-api-id>",
"TG_API_HASH": "<your-api-hash>"
}
}
}
}






