webclaw vs mcp-server-chart
Side-by-side comparison to help you pick between these two MCP servers.
webclaw by 0xMassi | mcp-server-chart by antvis | |
|---|---|---|
| Stars | ★ 1,155 | ★ 4,068 |
| 30d uses | — | 10,239 |
| Score | 55 | 84 |
| Official | — | — |
| Categories | Web ScrapingAI / LLM ToolsDeveloper Tools | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | Rust | TypeScript |
| Last commit | this month | this month |
webclaw · Summary
A Rust-based fast local-first web content extraction tool with MCP server for AI agents.
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
webclaw · Use cases
- AI agent web access for clean page context
- RAG ingestion from documentation sites
- Competitor monitoring and content analysis
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
webclaw · Install
Installation Options
**Agent Setup (Recommended)**
npx create-webclaw**Homebrew**
brew tap 0xMassi/webclaw
brew install webclaw**Cargo**
cargo install --git https://github.com/0xMassi/webclaw.git webclaw-mcp
cargo install --git https://github.com/0xMassi/webclaw.git webclaw-cli**Claude Desktop Configuration**
{
"mcpServers": {
"webclaw": {
"command": "~/.webclaw/webclaw-mcp"
}
}
}mcp-server-chart · Install
Installation
Install globally:
npm install -g @antv/mcp-server-chartFor 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"]
}
}
}