MCP Catalogs
Home

mcp-server-chart vs mcp-screenshot-website-fast

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

mcp-server-chart
by antvis
mcp-screenshot-website-fast
by just-every
Stars★ 4,068★ 106
30d uses10,239
Score8450
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Browser AutomationWeb ScrapingDeveloper Tools
LanguageTypeScriptJavaScript
Last committhis month1 mo ago

mcp-server-chart · Summary

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

mcp-screenshot-website-fast · Summary

MCP server for fast webpage screenshots optimized for AI vision workflows with automatic tiling.

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

mcp-screenshot-website-fast · Use cases

  • Capture website content for AI analysis and processing
  • Automatically take screenshots of dynamic web content for documentation
  • Create screencasts of web pages with JavaScript injection capabilities

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

mcp-screenshot-website-fast · Install

Installation

Claude Desktop

Add to ~/.claude/config.json:

{
  "mcpServers": {
    "screenshot-website-fast": {
      "command": "npx",
      "args": ["-y", "@just-every/mcp-screenshot-website-fast"]
    }
  }
}

VS Code

code --add-mcp '{"name":"screenshot-website-fast","command":"npx","args":["-y","@just-every/mcp-screenshot-website-fast"]}'

Raw JSON (works in any MCP client)

{
  "mcpServers": {
    "screenshot-website-fast": {
      "command": "npx",
      "args": ["-y", "@just-every/mcp-screenshot-website-fast"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.