Claude Telegram Supercharged
Supercharged Claude Code Official Telegram plugin — threading, voice messages 2 ways, stickers, GIFs, reactions, MarkdownV2 & more. Drop-in replacement.
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
Maintainer
Works with
Installation
Manual Installation
npx claude-telegram-superchargedConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
Install the official Telegram plugin base
First install the official Claude Code Telegram plugin using the /plugin command.
/plugin install telegram@claude-plugins-officialClone 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.tsInstall 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.tsConfigure 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_BOTFATHERSet 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=sonnetLaunch Claude with the Telegram channel
Start Claude Code with the Telegram plugin channel active.
claude --channels plugin:telegram@claude-plugins-officialClaude 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.
Claude Telegram Supercharged Alternatives — Similar Communication Servers
Looking for alternatives to Claude Telegram Supercharged? Here are other popular communication servers you can use with Claude, Cursor, and VS Code.
Slack
★ 86.1kEnables interaction with Slack workspaces through comprehensive channel management, messaging, user management, file uploads, and Block Kit formatting. Features secure credential storage via macOS Keychain and supports all major Slack operations incl
LibreChat
★ 37.3kEnhanced ChatGPT Clone: Features Agents, MCP, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, Code Interpreter, langchain, DALL-E-3, OpenA
Note Gen
★ 11.9kA cross-platform Markdown AI note-taking software.
DeepChat
★ 5.8k🐬DeepChat - A smart assistant that connects powerful AI to your personal world
WhatsApp MCP
★ 5.7kConnects AI assistants to the official Meta WhatsApp Cloud API for managing conversations and sending various message types through natural language. It provides tools for media management, template messages, and real-time webhook processing without
Apple
★ 3.1kEnables interaction with Apple apps like Messages, Notes, and Contacts through the MCP protocol to send messages, search, and open app content using natural language.
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.
Set Up Claude Telegram Supercharged in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.