MCP Catalogs
Home

mcp-server-chart vs claude-telegram-supercharged

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

mcp-server-chart
by antvis
claude-telegram-supercharged
by k1p1l0
Stars★ 4,068★ 101
30d uses10,239
Score8447
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
CommunicationAI / LLM ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis month1 mo ago

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

claude-telegram-supercharged · Summary

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

mcp-server-chart · Use cases

  • Data analysts creating visual reports from datasets
  • AI assistants generating custom charts based on user requests
  • Web applications embedding visualization capabilities via HTTP API

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

mcp-server-chart · Install

Installation

Install globally:

npm install -g @antv/mcp-server-chart

For Desktop Apps (e.g., Claude Desktop, VSCode):

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "npx",
      "args": ["-y", "@antv/mcp-server-chart"]
    }
  }
}

For Windows:

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
    }
  }
}

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.