MCP Directory
Back

fli

by punitarani · Python · ★ 2,963

Google Flights MCP, CLI and Python Library

#api#flights-api#google-flights#google-flights-api#mcp#mcp-server

Install

pip install git+https://github.com/punitarani/fli.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "fli": {
      "command": "uvx",
      "args": [
        "git+https://github.com/punitarani/fli.git"
      ]
    }
  }
}

From the README

[](https://deepwiki.com/punitarani/fli) A powerful Python library that provides programmatic access to Google Flights data with an elegant CLI interface. Search flights, find the best deals, and filter results with ease. > 🚀 **What makes special?** > Unlike other flight search libraries that rely on web scraping, Fli directly interacts with Google Flights' API > through reverse engineering. > This means: > > * **Fast**: Direct API access means faster, more reliable results > * **Zero Scraping**: No HTML parsing, no browser automation, just pure API interaction > * **Reliable**: Less prone…
Read full README on GitHub →

Related other servers