fetch vs fli
Side-by-side comparison to help you pick between these two MCP servers.
fetch by modelcontextprotocol | fli by punitarani | |
|---|---|---|
| Stars | ★ 85,748 | ★ 2,489 |
| 30d uses | — | — |
| Score | 76 | 57 |
| Official | ✓ | — |
| Categories | Web ScrapingAI / LLM ToolsProductivity | travelSearchAI / LLM Tools |
| Language | TypeScript | Python |
| Last commit | this month | this month |
fetch · Summary
An MCP server that fetches web content and converts HTML to markdown, allowing LLMs to read web pages.
fli · Summary
Google Flights MCP server providing programmatic flight search with two main tools for specific dates and flexible date range searches.
fetch · Use cases
- LLMs reading news articles and blogs
- Content analysis of web pages
- Retrieving information from public websites
- Chunked reading of large web documents
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
fetch · Install
Installation
**Using uv (recommended)** No specific installation needed. Use uvx to run the server directly:
uvx mcp-server-fetch**Using PIP** Install via pip:
pip install mcp-server-fetchThen run as:
python -m mcp_server_fetchClaude Desktop Configuration
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
}
}
}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.