MCP Catalogs
Home

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 uses10,239
Score8458
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsSearchDeveloper Tools
LanguageTypeScriptPython
Last committhis month1 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-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-mcp-server · Install

Installing via Smithery

npx -y @smithery/cli install arxiv-mcp-server --client claude

Installing via Claude Desktop (.mcpb)

  1. Download the matching artifact from the [latest release](https://github.com/blazickjp/arxiv-mcp-server/releases/latest)
  2. In Claude Desktop open **Settings → Extensions** (or drag-and-drop)
  3. Click **Install** and set your paper storage directory

Manual Installation

uv tool install arxiv-mcp-server

Claude Desktop Configuration

{
    "mcpServers": {
        "arxiv-mcp-server": {
            "command": "uv",
            "args": [
                "tool",
                "run",
                "arxiv-mcp-server",
                "--storage-path", "/path/to/paper/storage"
            ]
        }
    }
}
Comparison generated from public README + GitHub signals. Last updated automatically.