MCP Catalogs
Home

mcp-server-chart vs paper-search-mcp

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
paper-search-mcp
by openags
Stars★ 4,068★ 1,461
30d uses10,239
Score8456
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsDeveloper Toolsresearch
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.

paper-search-mcp · Summary

MCP server for searching and downloading academic papers from multiple sources with free-first strategy.

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

paper-search-mcp · Use cases

  • Researchers can quickly find and download papers from multiple sources in one search.
  • AI systems can access academic papers as context for enhanced responses.
  • Students and academics can build paper collection workflows with automated downloading and organization.

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"]
    }
  }
}

paper-search-mcp · Install

Method 1 — Smithery (Recommended)

smithery install @openags/paper-search-mcp

Method 2 — uvx

uvx paper-search-mcp

Method 3 — uv

uv add paper-search-mcp

Method 4 — pip

pip install paper-search-mcp

Claude Desktop Configuration

Add to Claude Desktop config:

{
  "mcpServers": {
    "paper-search": {
      "command": "uvx",
      "args": ["paper-search-mcp", "stdio"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.