mcp-server-chart vs arxiv-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | arxiv-mcp-server by blazickjp | |
|---|---|---|
| Stars | ★ 4,068 | ★ 2,738 |
| 30d uses | 10,239 | — |
| Score | 84 | 58 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsSearchDeveloper Tools |
| 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.
arxiv-mcp-server · Summary
An MCP server for searching and analyzing ArXiv papers with local storage and advanced search capabilities.
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
arxiv-mcp-server · Use cases
- AI research assistants searching and summarizing academic papers
- Researchers staying updated on latest publications in their field
- Automated literature reviews for meta-analyses
- Content creators curating research summaries for audiences
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"]
}
}
}arxiv-mcp-server · Install
Installing via Smithery
npx -y @smithery/cli install arxiv-mcp-server --client claudeInstalling via Claude Desktop (.mcpb)
- Download the matching artifact from the [latest release](https://github.com/blazickjp/arxiv-mcp-server/releases/latest)
- In Claude Desktop open **Settings → Extensions** (or drag-and-drop)
- Click **Install** and set your paper storage directory
Manual Installation
uv tool install arxiv-mcp-serverClaude Desktop Configuration
{
"mcpServers": {
"arxiv-mcp-server": {
"command": "uv",
"args": [
"tool",
"run",
"arxiv-mcp-server",
"--storage-path", "/path/to/paper/storage"
]
}
}
}