MCP Catalogs
Home

mcp-server-chart vs brightdata-mcp

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

mcp-server-chart
by antvis
brightdata-mcp
by brightdata
Stars★ 4,068★ 2,366
30d uses10,239
Score8457
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Web ScrapingDeveloper ToolsAI / LLM 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.

brightdata-mcp · Summary

A powerful MCP server providing real-time web access without blocking for AI agents.

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

brightdata-mcp · Use cases

  • Real-time research for current prices, news, and live data
  • E-commerce intelligence and price monitoring
  • Coding agents accessing npm/PyPI package metadata and READMEs

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

brightdata-mcp · Install

Quick Start

**Use the hosted server (recommended):** Add this URL to your MCP client configuration:

https://mcp.brightdata.com/mcp?token=YOUR_API_TOKEN_HERE

**Run locally:**

{
  "mcpServers": {
    "Bright Data": {
      "command": "npx",
      "args": ["@brightdata/mcp"],
      "env": {
        "API_TOKEN": "<your-api-token-here>"
      }
    }
  }
}

**Claude Desktop setup:**

  1. Go to Settings → Connectors → Add custom connector
  2. Name: Bright Data Web
  3. URL: https://mcp.brightdata.com/mcp?token=YOUR_API_TOKEN
  4. Click "Add"
Comparison generated from public README + GitHub signals. Last updated automatically.