mcp-server-chart vs mendeley-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | mendeley-mcp by pallaprolus | |
|---|---|---|
| Stars | ★ 4,068 | ★ 19 |
| 30d uses | 10,239 | — |
| Score | 84 | 42 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityKnowledge GraphAI / LLM Tools |
| Language | TypeScript | Python |
| 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.
mendeley-mcp · Summary
A functional MCP server connecting Mendeley reference library to Claude Desktop and other MCP clients with search, retrieval, and management 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
mendeley-mcp · Use cases
- Search your academic library for relevant papers while writing literature reviews
- Retrieve complete document details including abstracts directly in conversations
- Add new papers to your library through natural language commands
- Browse your folder structure to find specific collections of 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"]
}
}
}mendeley-mcp · Install
Installation
Using pip
pip install mendeley-mcpUsing uv (recommended)
uv tool install mendeley-mcpFrom source
git clone https://github.com/pallaprolus/mendeley-mcp.git
cd mendeley-mcp
pip install -e .Claude Desktop Configuration
Edit your Claude Desktop config file: **macOS**: ~/Library/Application Support/Claude/claude_desktop_config.json **Linux**: ~/.config/Claude/claude_desktop_config.json **Windows**: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mendeley": {
"command": "mendeley-mcp"
}
}
}