MCP Catalogs
Home

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 uses10,239
Score8448
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsKnowledge GraphDeveloper Tools
LanguageTypeScriptPython
Last committhis monththis 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-chart

For 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

  1. Download the .mcpb file from [releases](https://github.com/takashiishida/arxiv-latex-mcp/releases/)
  2. Double-click on the .mcpb file 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

Comparison generated from public README + GitHub signals. Last updated automatically.