Get notified in Telegram when Claude Code finishes work or needs permission.
Claude Code --> hook --> Telegram Bot --> your phone
- Open @BotFather, send
/newbot - Copy the bot token
- Send any message to your bot, then open
https://api.telegram.org/bot<TOKEN>/getUpdatesto get your chat ID
/plugin marketplace add mikhailrojo/claude-telegram-notifications
/plugin install telegram-notifications@claude-telegram-notifications
{
"env": {
"TG_BOT_TOKEN": "your-bot-token",
"TG_CHAT_ID": "your-chat-id"
}
}Done. Restart Claude Code and notifications will start arriving.