MCP Catalogs
Home

ultimate_mcp_server vs claude-telegram-supercharged

Side-by-side comparison to help you pick between these two MCP servers.

ultimate_mcp_server
by Dicklesworthstone
claude-telegram-supercharged
by k1p1l0
Stars★ 149★ 101
30d uses
Score8547
Official
Categories
AI / LLM ToolsBrowser AutomationFile System
CommunicationAI / LLM ToolsProductivity
LanguagePythonTypeScript
Last commit2 mo ago1 mo ago

ultimate_mcp_server · Summary

Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.

claude-telegram-supercharged · Summary

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

ultimate_mcp_server · Use cases

  • Complex document processing and analysis with OCR and structured data extraction
  • Web automation and research across multiple sites with browser control
  • Cost-optimized AI workflows through intelligent task delegation between models

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

ultimate_mcp_server · Install

Installation

  1. Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server
  1. Install dependencies:
pip install -e .
  1. For Claude Desktop integration, add to your claude_desktop_config.json:
{
  "mcpServers": {
    "ultimate-mcp": {
      "command": "python",
      "args": ["-m", "ultimate_mcp_server"],
      "env": {
        "PYTHONPATH": "."
      }
    }
  }
}
  1. Run the server:
python -m ultimate_mcp_server

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