mcp-server-chart vs apify-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | apify-mcp-server by apify | |
|---|---|---|
| Stars | ★ 4,068 | ★ 1,223 |
| 30d uses | 10,239 | — |
| Score | 84 | 55 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Web ScrapingAI / LLM ToolsDeveloper Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
apify-mcp-server · Summary
Apify MCP server enables AI agents to extract web data using thousands of pre-built scrapers and automation tools.
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
apify-mcp-server · Use cases
- Extract data from social media platforms like Facebook and Instagram
- Scrape Google search results and maps for contact information
- Automate e-commerce price monitoring and product research
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"]
}
}
}apify-mcp-server · Install
Installation
**HTTPS Endpoint (Recommended)**: Add to your MCP client configuration:
{
"mcpServers": {
"apify": {
"url": "https://mcp.apify.com"
}
}
}**Via stdio**:
npm install -g @apify/actors-mcp-server**Claude Desktop Configuration**:
{
"mcpServers": {
"apify": {
"command": "npx",
"args": ["@apify/actors-mcp-server"]
}
}
}Set the APIFY_TOKEN environment variable in Claude Desktop or include it as a Bearer token in the Authorization header.