mcp-server-chart vs fli
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | fli by punitarani | |
|---|---|---|
| Stars | ★ 4,068 | ★ 2,489 |
| 30d uses | 10,239 | — |
| Score | 84 | 57 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | travelSearchAI / LLM Tools |
| Language | TypeScript | Python |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
fli · Summary
Google Flights MCP server providing programmatic flight search with two main tools for specific dates and flexible date range searches.
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
fli · Use cases
- Travel agents comparing flight prices across multiple dates and routes
- Developers integrating flight search capabilities into travel applications
- Business travelers optimizing their trip schedules based on price and time
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"]
}
}
}fli · Install
Installation
# Install using pipx (recommended for CLI)
pipx install flights
# Or using pip
pip install flightsClaude Desktop Configuration
Add to Claude Desktop config.json:
{
"mcpServers": {
"fli": {
"command": "/Users/<user>/.local/bin/fli-mcp"
}
}
}Replace <user> with your actual username.