MCP Catalogs
Home

claude-telegram-supercharged

by k1p1l0·101·Score 47

Enhanced Telegram plugin for Claude Code with threading, voice messages, stickers, GIFs, and more.

communicationai-llmproductivity
10
Forks
4
Open issues
1 mo ago
Last commit
2d ago
Indexed

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:

you:Enhanced AI communication through Telegram with voice messages and media support
you:Group conversation management with threading and persistent memory
you:Automated task execution and scheduling via Telegram commands
you:How do I update the plugin when the official version updates?
you:Does this plugin work in group chats?
you:Can I use voice messages in this plugin?

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 README
  • replychat_id, text, reply_to?, files?, parse_mode?

    Send a message to a chat with optional attachments and threading

  • reactchat_id, message_id, emoji

    Add 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_memorysummary

    Save 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

claude-telegram-pluginofficial-telegram-plugin

Installation

Installation

  1. Install Bun: curl -fsSL https://bun.sh/install | bash
  2. Create a bot with BotFather on Telegram
  3. Install the official plugin: /plugin install telegram@claude-plugins-official
  4. 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
  1. Configure the bot token: /telegram:configure <token>
  2. Launch with channel flag: claude --channels plugin:telegram@claude-plugins-official
  3. 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.