mcp-server-chart vs hookdeck-cli
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | hookdeck-cli by hookdeck | |
|---|---|---|
| Stars | ★ 4,068 | ★ 357 |
| 30d uses | 10,239 | — |
| Score | 84 | 50 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsCommunicationAI / LLM Tools |
| Language | TypeScript | Go |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
hookdeck-cli · Summary
Hookdeck CLI provides a comprehensive MCP server for managing webhooks and event gateway resources, offering free development tools with ai agent integration.
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
hookdeck-cli · Use cases
- Local development and testing of webhook integrations with preserved event history
- Managing and querying Event Gateway resources through a unified CLI interface
- Integrating webhook management capabilities into AI agents via MCP protocol
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"]
}
}
}hookdeck-cli · Install
Installation
Hookdeck CLI is available for macOS, Windows, and Linux:
# NPM
npm install hookdeck-cli -g
# macOS
brew install hookdeck/hookdeck/hookdeck
# Windows
scoop bucket add hookdeck https://github.com/hookdeck/scoop-hookdeck-cli.git
scoop install hookdeck
# Linux
tar -xvf hookdeck_X.X.X_linux_amd64.tar.gz
./hookdeckMCP Server Setup
To use with Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"hookdeck": {
"command": "hookdeck",
"args": ["gateway", "mcp"]
}
}
}