loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

telegrammy

MCP Tool

whoisjaso/telegrammy

Control Claude Code from your phone via Telegram. Multi-bot routing across machines.

Install

$ npx loaditout add whoisjaso/telegrammy

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "telegrammy": {
      "command": "npx",
      "args": [
        "-y",
        "telegrammy"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

Telegrammy

Control Claude Code from your phone via Telegram. Run commands, check builds, and manage sessions from anywhere — even the shower.

What It Does

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.

Quick Start
1. Create a Bot

Open Telegram, message @BotFather:

/newbot

Give it a name and username (e.g., MyClaudeBot / MyClaudeCodeBot). Copy the token.

2. Install the Plugin
claude plugin install telegram@claude-plugins-official
3. Run Setup
# Clone and run
git clone https://github.com/whoisjaso/telegrammy.git
cd telegrammy
./setup.sh <your-bot-token>

This will:

  • Save your bot token
  • Enable channelsEnabled in Claude Code settings (required gate)
  • Configure your shell so every claude session auto-enables channels
  • Lock access to your Telegram user ID only
4. Pair Your Phone
cc  # or: claude

DM your bot on Telegram. It will send a pairing code. In Claude Code:

/telegram:access pair <code>

Done. Message your bot — Claude responds.

Multi-Bot Setup (Multiple Machines)

Control specific machines by @mentioning bots in a Telegram group.

Architecture
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
Setup
  1. Create a bot per machine via @BotFather
  2. Create a Telegram group, add all bots
  3. On each machine, run:
   # Get the group's chat ID
   ./setup.sh --get-group-id

   # Configure with group routing
   ./setup.sh <bot-token> <group-chat-id>
   ``

Tags

claude-codeclimcpremote-controltelegram

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated25 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/25/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/whoisjaso/telegrammy)](https://loaditout.ai/skills/whoisjaso/telegrammy)