mcp-server-chart vs claude-video-vision
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | claude-video-vision by jordanrendric | |
|---|---|---|
| Stars | ★ 4,068 | ★ 613 |
| 30d uses | 10,239 | — |
| Score | 84 | 53 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | MediaAI / LLM ToolsDeveloper Tools |
| Language | TypeScript | TypeScript |
| 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.
claude-video-vision · Summary
Claude Code plugin that gives Claude the ability to watch and understand videos through frame extraction and audio analysis.
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-video-vision · Use cases
- Video content analysis and summarization
- Tutorial and educational content processing
- Surveillance footage review with timestamped context
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-video-vision · Install
Claude Desktop Installation
- Open Claude Desktop
- Go to Settings → Plugins
- Add marketplace repository:
https://github.com/jordanrendric/claude-video-vision - Install the plugin
Alternative Installation (via CLI)
# In Claude Code
/plugin marketplace add https://github.com/jordanrendric/claude-video-vision
/plugin install claude-video-visionDependencies
- Node.js 20+
- ffmpeg (auto-detected, setup wizard provides instructions)
- yt-dlp (optional, for YouTube URLs)