MCP Catalogs
Home

mcp-server-chart vs crw

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

mcp-server-chart
by antvis
crw
by us
Stars★ 4,068★ 88
30d uses10,239
Score8447
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Web ScrapingAI / LLM ToolsDeveloper Tools
LanguageTypeScriptRust
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.

crw · Summary

Fast, lightweight Firecrawl alternative in Rust with MCP server for AI agents. Web scraper, crawler & search API.

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

crw · Use cases

  • Web scraping for RAG pipelines
  • AI agent web access
  • Content monitoring and extraction

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

crw · Install

Installation

**Quick Install (Recommended):**

curl -fsSL https://raw.githubusercontent.com/us/crw/main/install.sh | CRW_BINARY=crw sh
crw setup

**Python SDK:**

pip install crw

**Homebrew:**

brew install us/crw/crw

**Adding to Claude Desktop (MCP):**

# Local mode
claude mcp add crw -- npx crw-mcp

# Cloud mode
claude mcp add -e CRW_API_URL=https://fastcrw.com/api -e CRW_API_KEY=your-key crw -- npx crw-mcp

**Zero-install Node.js MCP:**

npx crw-mcp
Comparison generated from public README + GitHub signals. Last updated automatically.