mcp-server-chart vs perplexity-mcp-zerver
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | perplexity-mcp-zerver by wysh3 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 93 |
| 30d uses | 10,239 | — |
| Score | 84 | 46 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Browser AutomationSearchDeveloper Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 4 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
perplexity-mcp-zerver · Summary
Minimalist MCP server for AI-powered web research using Perplexity without API keys through browser automation.
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
perplexity-mcp-zerver · Use cases
- Conduct research on technical topics without API limits
- Extract and analyze documentation from websites and GitHub repositories
- Maintain persistent research conversations with context history
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"]
}
}
}perplexity-mcp-zerver · Install
# Installation
git clone https://github.com/wysh3/perplexity-mcp-zerver.git
cd perplexity-mcp-zerver
bun install
bun run buildAdd to your MCP configuration:
{
"mcpServers": {
"perplexity-server": {
"command": "bun",
"args": ["/absolute/path/to/build/main.js"],
"timeout": 300
}
}
}