mcp-server-chart vs mcp-gemini-search
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | mcp-gemini-search by arjunprabhulal | |
|---|---|---|
| Stars | ★ 4,068 | ★ 56 |
| 30d uses | 10,239 | — |
| Score | 84 | 39 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsSearchCommunication |
| Language | TypeScript | Python |
| Last commit | this month | 14 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
mcp-gemini-search · Summary
MCP server integrating Gemini 2.5 Pro with flight search tools via function calling.
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
mcp-gemini-search · Use cases
- Travel assistants that understand natural language flight requests
- Booking systems with AI-powered search capabilities
- Integration of LLM intelligence with specialized search tools
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"]
}
}
}mcp-gemini-search · Install
Installation
- Clone the repository:
git clone https://github.com/arjunprabhulal/mcp-gemini-search.git
cd mcp-gemini-search- Install dependencies:
pip install -r requirements.txt
pip install mcp-flight-search- Set environment variables:
export GEMINI_API_KEY="YOUR_GEMINI_API_KEY"
export SERP_API_KEY="YOUR_SERPAPI_API_KEY"- Run the client:
python client.py