MCP Catalogs
Home

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
Score7657
Official
Categories
Web ScrapingAI / LLM ToolsProductivity
travelSearchAI / LLM Tools
LanguageTypeScriptPython
Last committhis monththis 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-fetch

Then run as:

python -m mcp_server_fetch

Claude 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 flights

Claude Desktop Configuration

Add to Claude Desktop config.json:

{
  "mcpServers": {
    "fli": {
      "command": "/Users/<user>/.local/bin/fli-mcp"
    }
  }
}

Replace <user> with your actual username.

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