mcp-server-chart vs video-research-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | video-research-mcp by Galbaz1 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 21 |
| 30d uses | 10,239 | — |
| Score | 84 | 43 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | MediaAI / LLM ToolsKnowledge Graph |
| Language | TypeScript | Python |
| Last commit | this month | 2 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
video-research-mcp · Summary
MCP server providing 51 video analysis and research tools through Gemini 3.1 Pro with Weaviate 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
video-research-mcp · Use cases
- Analyze meeting recordings to extract action items and decisions
- Research topics with evidence-tiered findings from multiple sources
- Create explainer videos from research with TTS narration
- Build and query a knowledge graph from research outputs
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"]
}
}
}video-research-mcp · Install
npx video-research-mcp@latest
export GEMINI_API_KEY="your-key-here"For Claude Desktop configuration:
{
"mcpServers": {
"video-research": {
"command": "uvx",
"args": ["video-research-mcp"],
"env": { "GEMINI_API_KEY": "${GEMINI_API_KEY}" }
}
}
}Requires Python >= 3.11, uv, Node.js >= 16, and a Google AI API key.