MCP Catalogs
Home

mcp-server-chart vs cdpilot

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

mcp-server-chart
by antvis
cdpilot
by mehmetnadir
Stars★ 4,068★ 25
30d uses10,239
Score8444
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Browser AutomationDeveloper ToolsWeb Scraping
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.

cdpilot · Summary

Zero-dependency browser automation CLI with MCP server for AI agents, offering 70+ commands and stealth mode.

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

cdpilot · Use cases

  • Automated web scraping and data extraction without installing heavy dependencies
  • AI agent-controlled browser interaction for web applications testing
  • Stealth mode automation for accessing sites with anti-bot measures

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

cdpilot · Install

Installation

# Use directly (no install needed)
npx cdpilot <command>

# Or install globally
npm i -g cdpilot

**Requirements:** Node.js 18+ and one of: Brave Browser, Google Chrome, or Chromium.

First-time setup

npx cdpilot setup     # Auto-detect browser, create isolated profile
npx cdpilot launch    # Start browser with CDP enabled
npx cdpilot status    # Check connection

Claude Desktop Configuration

Add the following to your Claude Desktop configuration file:

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