mcp-server-chart vs arxiv-latex-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | arxiv-latex-mcp by takashiishida | |
|---|---|---|
| Stars | ★ 4,068 | ★ 131 |
| 30d uses | 10,239 | — |
| Score | 84 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsKnowledge GraphDeveloper Tools |
| Language | TypeScript | Python |
| 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.
arxiv-latex-mcp · Summary
MCP server enabling LLMs to access and process arXiv papers via original LaTeX source for better math handling.
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-latex-mcp · Use cases
- Analyzing mathematical papers where equation rendering is critical
- Researching complex scientific topics involving technical notation
- Summarizing or translating content from academic papers with precision
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-latex-mcp · Install
Installation
Claude Desktop
- Download the
.mcpbfile from [releases](https://github.com/takashiishida/arxiv-latex-mcp/releases/) - Double-click on the
.mcpbfile to install via Desktop Extensions
Other MCP Clients
Add this configuration to your MCP config file:
{
"mcpServers": {
"arxiv-latex-mcp": {
"command": "uvx",
"args": ["arxiv-latex-mcp"]
}
}
}Manual Installation
Install with pip: pip install arxiv-latex-mcp Then run: arxiv-latex-mcp