MCP Catalogs
Home

paper-search-mcp-openai vs mcp-server-chart

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

paper-search-mcp-openai
by adamamer20
mcp-server-chart
by antvis
Stars★ 13★ 4,068
30d uses10,239
Score3984
Official
Categories
AI / LLM ToolsDeveloper ToolsSearch
AI / LLM ToolsDeveloper ToolsProductivity
LanguagePythonTypeScript
Last commit8 mo agothis month

paper-search-mcp-openai · Summary

Python-based MCP server for searching and downloading academic papers from multiple sources.

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-openai · Use cases

  • Assist researchers in finding relevant papers by searching across multiple academic databases
  • Automate literature reviews for research projects by downloading and analyzing papers
  • Enhance LLM knowledge with current academic papers for more accurate responses

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-openai · Install

Installation

Quick Start

  1. **Install Package**:

``bash uv add paper-search-mcp ``

  1. **Configure Claude Desktop**:

Add this configuration to ~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows): ``json { "mcpServers": { "paper_search_server": { "command": "uv", "args": [ "run", "--directory", "/path/to/your/paper-search-mcp", "-m", "paper_search_mcp.server" ], "env": { "SEMANTIC_SCHOLAR_API_KEY": "" // Optional: For enhanced Semantic Scholar features } } } } ``

Install via Smithery

npx -y @smithery/cli install @openags/paper-search-mcp --client claude

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.