MCP Catalogs
Home

mcp-server-chart vs ytt-mcp

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

mcp-server-chart
by antvis
ytt-mcp
by cottongeeks
Stars★ 4,068★ 71
30d uses10,239
Score8443
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsMediaProductivity
LanguageTypeScriptPython
Last committhis month7 mo ago

mcp-server-chart · Summary

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

ytt-mcp · Summary

MCP server for fetching YouTube video transcripts with multiple integrations.

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

ytt-mcp · Use cases

  • Summarize YouTube content without watching videos
  • Analyze video content for research purposes
  • Integrate video transcripts into AI-powered workflows

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"]
    }
  }
}

ytt-mcp · Install

Install and run using uv:

# Install using uv
uv add ytt-mcp

# Run with uvx
uvx ytt-mcp

For Claude Desktop, add to your claude-desktop-config.json:

{
  "mcpServers": {
    "ytt-mcp": {
      "command": "uvx",
      "args": ["ytt-mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.