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 uses | 10,239 | — |
| Score | 84 | 47 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | CommunicationAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 1 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-chartFor 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
- 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