MCP Directory

fli

by punitarani · Python · ★ 2,142

Google Flights MCP and Python Library

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

Install

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

Claude Desktop config

Add this to your claude_desktop_config.json:

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

From the README

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 to breaking from UI changes > * **Modular…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers