MCP Catalogs
Home

mcp-server-chart vs gpt-researcher

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

mcp-server-chart
by antvis
gpt-researcher
by assafelovic
Stars★ 4,068★ 27,100
30d uses10,239
Score8461
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsWeb ScrapingProductivity
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.

gpt-researcher · Summary

An autonomous research agent that conducts deep research using any LLM providers with MCP server integration for specialized data sources.

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

gpt-researcher · Use cases

  • Market research and competitive analysis
  • Academic literature review and synthesis
  • Technical documentation and research
  • Investigation and fact-checking

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

gpt-researcher · Install

Installation

  1. Install Python 3.11 or later
  2. Clone the repository:

``bash git clone https://github.com/assafelovic/gpt-researcher.git cd gpt-researcher ``

  1. Set up API keys in .env file:

``bash export OPENAI_API_KEY={Your OpenAI API Key} export TAVILY_API_KEY={Your Tavily API Key} ``

  1. Install dependencies:

``bash pip install -r requirements.txt ``

  1. Run the server:

``bash python -m uvicorn main:app --reload ``

For MCP integration, see [gptr-mcp repository](https://github.com/assafelovic/gptr-mcp)

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