mcp-server-chart vs WEBGhosting-MCP
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | WEBGhosting-MCP by yranjan06 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 29 |
| 30d uses | 10,239 | — |
| Score | 84 | 44 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Browser AutomationWeb ScrapingAI / LLM Tools |
| Language | TypeScript | Go |
| Last commit | this month | 1 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
WEBGhosting-MCP · Summary
Intelligent stealth browser MCP server with anti-fingerprinting for AI agents to browse the web undetected.
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
WEBGhosting-MCP · Use cases
- Web scraping while avoiding detection
- Voice-controlled AI browsing
- Data extraction from dynamic websites
- Automated web testing and interaction
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"]
}
}
}WEBGhosting-MCP · Install
- Download the binary for your platform from the releases page
- Configure your MCP client:
{
"servers": {
"webghosting": {
"type": "stdio",
"command": "/path/to/webmcp",
"env": {
"AI_API_KEY": "your-api-key",
"AI_BASE_URL": "https://api.openai.com/v1",
"AI_MODEL": "gpt-4o"
}
}
}
}- Start the MCP server in your compatible IDE or agent (Cursor, Claude Code, etc.)