MCP Catalogs
Home

mcp-server-chart vs stealth-browser-mcp

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

mcp-server-chart
by antvis
stealth-browser-mcp
by vibheksoni
Stars★ 4,068★ 643
30d uses10,239
Score8454
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Browser AutomationWeb ScrapingDeveloper Tools
LanguageTypeScriptPython
Last committhis monththis month

mcp-server-chart · Summary

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

stealth-browser-mcp · Summary

Stealth Browser MCP provides undetectable browser automation with antibypass capabilities for MCP-compatible 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

stealth-browser-mcp · Use cases

  • Automating web scraping on protected websites with antibot measures
  • Creating UI clones of websites through AI chat commands
  • Intercepting and modifying network traffic in real-time

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

stealth-browser-mcp · Install

# Clone and install
git clone https://github.com/vibheksoni/stealth-browser-mcp.git
cd stealth-browser-mcp
python -m venv venv

# Activate virtual environment
# Windows:
venv\Scripts\activate
# Mac/Linux:
source venv/bin/activate

pip install -r requirements.txt

**Claude Desktop configuration:**

{
  "mcpServers": {
    "stealth-browser-mcp": {
      "command": "/path/to/stealth-browser-mcp/venv/bin/python",
      "args": ["/path/to/stealth-browser-mcp/src/server.py"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.