claude-telegram-supercharged vs time
Side-by-side comparison to help you pick between these two MCP servers.
claude-telegram-supercharged by k1p1l0 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 101 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | CommunicationAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this month |
claude-telegram-supercharged · Summary
Enhanced Telegram plugin for Claude Code with threading, voice messages, stickers, GIFs, and more.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
claude-telegram-supercharged · Use cases
- Enhanced AI communication through Telegram with voice messages and media support
- Group conversation management with threading and persistent memory
- Automated task execution and scheduling via Telegram commands
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
claude-telegram-supercharged · Install
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
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}