whoisjaso/telegrammy
Control Claude Code from your phone via Telegram. Multi-bot routing across machines.
Platform-specific configuration:
{
"mcpServers": {
"telegrammy": {
"command": "npx",
"args": [
"-y",
"telegrammy"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Control Claude Code from your phone via Telegram. Run commands, check builds, and manage sessions from anywhere — even the shower.
Telegrammy sets up Telegram as a Claude Code channel, letting you send messages from your phone that appear directly in your Claude Code session. Claude responds, and you see the reply on Telegram.
Multi-bot routing lets you target specific machines by @mentioning the right bot in a shared Telegram group.
Open Telegram, message @BotFather:
/newbotGive it a name and username (e.g., MyClaudeBot / MyClaudeCodeBot). Copy the token.
claude plugin install telegram@claude-plugins-official# Clone and run
git clone https://github.com/whoisjaso/telegrammy.git
cd telegrammy
./setup.sh <your-bot-token>This will:
channelsEnabled in Claude Code settings (required gate)claude session auto-enables channelscc # or: claudeDM your bot on Telegram. It will send a pairing code. In Claude Code:
/telegram:access pair <code>Done. Message your bot — Claude responds.
Control specific machines by @mentioning bots in a Telegram group.
Telegram Group: "My Claude Sessions"
├── @OfficeBot → Office desktop Claude Code
├── @HomeBot → Home machine Claude Code
└── @LaptopBot → Laptop Claude Code
You: "@OfficeBot check the build status"
→ Only Office desktop responds # Get the group's chat ID
./setup.sh --get-group-id
# Configure with group routing
./setup.sh <bot-token> <group-chat-id>
``Loading reviews...