Loading...
npx -y @chaindead/telegram-mcp{
"mcpServers": {
"telegram": {
"command": "npx",
"args": ["-y", "@chaindead/telegram-mcp"],
"env": {
"TG_APP_ID": "<your-api-id>",
"TG_API_HASH": "<your-api-hash>"
}
}
}
}tg_meRetrieves information about the current Telegram account.
Read-only operation, no side effects.
tg_dialogsLists Telegram dialogs, optionally filtering by unread status.
Read-only operation, no side effects.
tg_readMarks a specific Telegram dialog as read.
Modifies dialog state, but not destructive.
tg_dialogRetrieves messages from a specific Telegram dialog.
Read-only operation, no side effects.
tg_sendSends a draft message to a specified Telegram dialog.
Sends messages; potential for unintended communication.
This server offers useful Telegram integration, but the ability to send messages introduces risk. It's relatively safe for read-only operations, but sending messages requires careful prompt engineering and monitoring to prevent unintended actions. Secure storage of API keys is crucial.