MCP Catalogs
Home

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
Score4777
Official
Categories
CommunicationAI / LLM ToolsProductivity
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit1 mo agothis 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

  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

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.