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 uses | 10,239 | — |
| Score | 84 | 61 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsWeb ScrapingProductivity |
| Language | TypeScript | Python |
| Last commit | this month | 1 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-chartFor 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
- Install Python 3.11 or later
- Clone the repository:
``bash git clone https://github.com/assafelovic/gpt-researcher.git cd gpt-researcher ``
- Set up API keys in .env file:
``bash export OPENAI_API_KEY={Your OpenAI API Key} export TAVILY_API_KEY={Your Tavily API Key} ``
- Install dependencies:
``bash pip install -r requirements.txt ``
- Run the server:
``bash python -m uvicorn main:app --reload ``
For MCP integration, see [gptr-mcp repository](https://github.com/assafelovic/gptr-mcp)