claude-telegram-supercharged
by k1p1l0·★ 101·Score 47
Enhanced Telegram plugin for Claude Code with threading, voice messages, stickers, GIFs, and more.
Overview
Claude Telegram Supercharged is a drop-in replacement for the official Claude Code Telegram plugin, offering enhanced features including voice message support (both input and output), advanced conversation threading, media handling for documents, stickers and GIFs, and persistent conversation memory. It provides superior functionality while maintaining compatibility with the official plugin infrastructure.
Try asking AI
After installing, here are 6 things you can ask your AI assistant:
When to choose this
Users looking for enhanced Telegram integration with Claude Code who need features like voice messages, threaded conversations, and media support that aren't available in the official plugin.
When NOT to choose this
You shouldn't use this if you're looking for a true MCP server implementation or want a plugin that automatically updates without manual intervention after official plugin releases.
Tools this server exposes
10 tools extracted from the READMEreplychat_id, text, reply_to?, files?, parse_mode?Send a message to a chat with optional attachments and threading
reactchat_id, message_id, emojiAdd an emoji reaction to a message
edit_messagechat_id, message_id, text, parse_mode?Edit a previously sent message
ask_userchat_id, text, buttons, parse_mode?, timeout?Send a question with inline buttons and wait for user choice
get_historychat_id, limit?, before?Retrieve recent message history from a chat
search_messageschat_id, query, limit?Search message history by text pattern
clear_historychat_id, restart_context?Clear all message history for a chat
save_memorysummarySave a conversation summary to persistent memory
create_telegraph_pagetitle, content, author_name?, author_url?Publish content to Telegraph as an article
scheduletype, time, message, repeat?Schedule messages or set recurring reminders
Comparable tools
Installation
Installation
- Install Bun:
curl -fsSL https://bun.sh/install | bash - Create a bot with BotFather on Telegram
- Install the official plugin:
/plugin install telegram@claude-plugins-official - Clone and apply the supercharged version:
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
mkdir -p ~/.claude/scripts
cp claude-telegram-supercharged/supervisor.ts ~/.claude/scripts/telegram-supervisor.ts- Configure the bot token:
/telegram:configure <token> - Launch with channel flag:
claude --channels plugin:telegram@claude-plugins-official - Pair with your bot in Telegram DM
FAQ
- How do I update the plugin when the official version updates?
- When the official plugin updates, you need to reapply the supercharged version by copying the server.ts and supervisor.ts files to the new version directory in your cache.
- Does this plugin work in group chats?
- Yes, it supports group chats with features like conversation threading, message batching, and group pairing without needing numeric chat IDs.
- Can I use voice messages in this plugin?
- Yes, it supports both voice input (with transcription) and voice output (TTS replies) with fallback chains to multiple providers.
Compare claude-telegram-supercharged with
Last updated · Auto-generated from public README + GitHub signals.