Claude Telegram Supercharged

v1.0.0Communicationstable

Supercharged Claude Code Official Telegram plugin — threading, voice messages 2 ways, stickers, GIFs, reactions, MarkdownV2 & more. Drop-in replacement.

ai-toolsanthropicautomationclaudeclaude-code
Share:
101
Stars
0
Downloads
0
Weekly
0/5

What is Claude Telegram Supercharged?

Claude Telegram Supercharged is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to supercharged claude code official telegram plugin — threading, voice messages 2 ways, stickers, gifs, reactions, markdownv2 & more. drop-in replacement.

Supercharged Claude Code Official Telegram plugin — threading, voice messages 2 ways, stickers, GIFs, reactions, MarkdownV2 & more. Drop-in replacement.

This server falls under the Communication category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Supercharged Claude Code Official Telegram plugin — threadin

Use Cases

Telegram messaging integration
Voice message support
Threaded conversations
k1p1l0

Maintainer

LicenseApache-2.0
Languagetypescript
Versionv1.0.0
UpdatedMay 9, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx claude-telegram-supercharged

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Claude Telegram Supercharged

Claude Telegram Supercharged is a drop-in replacement for the official Claude Code Telegram plugin that adds advanced messaging features including conversation threading, bidirectional voice messages (Whisper transcription in, ElevenLabs TTS out), sticker and GIF support, emoji reactions, inline keyboard buttons for user choices, MarkdownV2 formatting, and SQLite-backed message history that persists across restarts. It integrates directly with Claude Code's plugin system and exposes eight tools to Claude for sending messages, reacting, querying history, managing memory, and publishing long-form content to Telegraph, enabling richer and more context-aware Telegram conversations driven by Claude.

Prerequisites

  • Claude Code installed and configured
  • A Telegram bot token from BotFather (@BotFather on Telegram)
  • Node.js 18+ (for the plugin runtime)
  • An OpenAI API key if you want automatic voice message transcription via Whisper
  • Optional: ElevenLabs API key for text-to-speech voice replies
1

Install the official Telegram plugin base

First install the official Claude Code Telegram plugin using the /plugin command.

/plugin install telegram@claude-plugins-official
2

Clone the supercharged plugin

Clone the repository and copy the enhanced server.ts over the official plugin file.

git clone https://github.com/k1p1l0/claude-telegram-supercharged.git
cp claude-telegram-supercharged/server.ts ~/.claude/plugins/cache/claude-plugins-official/telegram/0.0.1/server.ts
3

Install the supervisor script

Copy the supervisor for automatic restart on crash and context-reset support.

mkdir -p ~/.claude/scripts
cp claude-telegram-supercharged/supervisor.ts ~/.claude/scripts/telegram-supervisor.ts
4

Configure your bot token

Run the configure command with your BotFather token to set TELEGRAM_BOT_TOKEN in the channel's .env file.

/telegram:configure YOUR_BOT_TOKEN_FROM_BOTFATHER
5

Set optional credentials in the .env file

Edit ~/.claude/channels/telegram/.env to add Whisper and other optional features.

TELEGRAM_BOT_TOKEN=your_bot_token
OPENAI_API_KEY=your_openai_key_for_whisper
OPENAI_WHISPER_MODEL=whisper-1
TELEGRAPH_ENABLED=true
TELEGRAM_ROUTER_MODEL=sonnet
6

Launch Claude with the Telegram channel

Start Claude Code with the Telegram plugin channel active.

claude --channels plugin:telegram@claude-plugins-official

Claude Telegram Supercharged Examples

Client configuration (.env)

~/.claude/channels/telegram/.env with common settings for bot token and Whisper transcription.

{
  "note": "Config lives in ~/.claude/channels/telegram/.env — example values below.",
  "TELEGRAM_BOT_TOKEN": "123456:ABC-your-bot-token",
  "OPENAI_API_KEY": "sk-your-openai-key",
  "OPENAI_WHISPER_MODEL": "whisper-1",
  "TELEGRAPH_ENABLED": "true",
  "TELEGRAM_ROUTER_MODEL": "sonnet"
}

Prompts to try

Example things users can say in Telegram to Claude once the supercharged plugin is running.

- "Summarise the last 50 messages in this chat."
- "React to my last message with a 🔥 emoji."
- "Send me an inline keyboard asking whether I want a short or detailed answer."
- "Publish a long-form article about today's findings to Telegraph."
- "Save a memory note: we decided to use PostgreSQL for the new service."

Troubleshooting Claude Telegram Supercharged

Bot does not respond after starting Claude with the Telegram channel

Check that TELEGRAM_BOT_TOKEN is correctly set in ~/.claude/channels/telegram/.env. Also ensure the bot has been started in Telegram by sending /start. Verify Claude Code launched without errors by checking the terminal output.

Voice messages are not transcribed

Set OPENAI_API_KEY in the .env file and ensure the model is set to OPENAI_WHISPER_MODEL=whisper-1. Without an OpenAI key, the plugin falls back to a local transcription method that may be less accurate.

server.ts copy did not take effect

Verify the target path matches the installed plugin version. Run `ls ~/.claude/plugins/cache/claude-plugins-official/telegram/` to find the exact version directory and update the copy command accordingly.

Frequently Asked Questions about Claude Telegram Supercharged

What is Claude Telegram Supercharged?

Claude Telegram Supercharged is a Model Context Protocol (MCP) server that supercharged claude code official telegram plugin — threading, voice messages 2 ways, stickers, gifs, reactions, markdownv2 & more. drop-in replacement. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Claude Telegram Supercharged?

Follow the installation instructions on the Claude Telegram Supercharged GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Claude Telegram Supercharged?

Claude Telegram Supercharged works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Claude Telegram Supercharged free to use?

Yes, Claude Telegram Supercharged is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.

Browse More Communication MCP Servers

Explore all communication servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "claude-telegram-supercharged": { "command": "npx", "args": ["-y", "claude-telegram-supercharged"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Claude Telegram Supercharged?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides