mcp-server-chart vs paper-search-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | paper-search-mcp by openags | |
|---|---|---|
| Stars | ★ 4,068 | ★ 1,461 |
| 30d uses | 10,239 | — |
| Score | 84 | 56 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsDeveloper Toolsresearch |
| Language | TypeScript | Python |
| 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.
paper-search-mcp · Summary
MCP server for searching and downloading academic papers from multiple sources with free-first strategy.
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
paper-search-mcp · Use cases
- Researchers can quickly find and download papers from multiple sources in one search.
- AI systems can access academic papers as context for enhanced responses.
- Students and academics can build paper collection workflows with automated downloading and organization.
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"]
}
}
}paper-search-mcp · Install
Method 1 — Smithery (Recommended)
smithery install @openags/paper-search-mcpMethod 2 — uvx
uvx paper-search-mcpMethod 3 — uv
uv add paper-search-mcpMethod 4 — pip
pip install paper-search-mcpClaude Desktop Configuration
Add to Claude Desktop config:
{
"mcpServers": {
"paper-search": {
"command": "uvx",
"args": ["paper-search-mcp", "stdio"]
}
}
}