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 | — | — |
| Score | 85 | 47 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | CommunicationAI / LLM ToolsProductivity |
| Language | Python | TypeScript |
| Last commit | 2 mo ago | 1 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
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_serverclaude-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