mcp-server-chart vs pdf-reader-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | pdf-reader-mcp by SylphxAI | |
|---|---|---|
| Stars | ★ 4,068 | ★ 711 |
| 30d uses | 10,239 | — |
| Score | 84 | 55 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | File SystemDeveloper ToolsAI / LLM 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.
pdf-reader-mcp · Summary
Production-ready MCP server for high-performance PDF processing with 5-10x faster parallel processing and comprehensive test coverage.
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
pdf-reader-mcp · Use cases
- AI agents analyzing research papers and extracting key information
- Document automation systems processing contracts and agreements
- Content management systems extracting text from archived PDF documents
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"]
}
}
}pdf-reader-mcp · Install
Installation
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"pdf-reader": {
"command": "npx",
"args": ["@sylphx/pdf-reader-mcp"]
}
}
}VS Code
code --add-mcp '{"name":"pdf-reader","command":"npx","args":["@sylphx/pdf-reader-mcp"]}'npm
npm install -g @sylphx/pdf-reader-mcp