Skip to main content
ClaudeWave

Google Flights MCP, CLI and Python Library

MCP Servers2.9k stars346 forksPythonMITUpdated 14d ago
Editor's note

Fli is a Python package that queries Google Flights data by reverse-engineering the platform's internal API rather than scraping HTML or driving a browser, giving it a speed and reliability advantage over conventional alternatives. It ships three interfaces in one installation: a CLI, a Python library, and an MCP server that connects directly to Claude Desktop by adding a single JSON entry to the mcpServers configuration. The MCP server exposes two tools to Claude: `search_flights`, which retrieves itineraries for a specific date with granular filters including cabin class, stop count, airline inclusion or exclusion, alliance membership, layover duration bounds, and departure time windows; and `search_dates`, which scans a flexible date range to surface the cheapest travel days for one-way or round trips. Both tools accept IATA airport codes, ISO currency codes, and BCP-47 language codes, making them useful for multi-region searches. Travelers, developers building trip-planning assistants, and anyone embedding flight lookup into Claude workflows are the primary audience.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Mature repo (>1y old)
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · fli
Claude Code CLI
claude mcp add fli -- uvx fli
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "fli": {
      "command": "uvx",
      "args": ["fli"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Package name inferred from the repository name. Verify it exists on PyPI, or clone https://github.com/punitarani/fli and follow its README.

MCP Servers overview

README preview not available. Visit the repo on GitHub for full documentation.
apiflights-apigoogle-flightsgoogle-flights-apimcpmcp-server

What people ask about fli

What is punitarani/fli?

+

punitarani/fli is mcp servers for the Claude AI ecosystem. Google Flights MCP, CLI and Python Library It has 2.9k GitHub stars and was last updated 14d ago.

How do I install fli?

+

You can install fli by cloning the repository (https://github.com/punitarani/fli) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is punitarani/fli safe to use?

+

Our security agent has analyzed punitarani/fli and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains punitarani/fli?

+

punitarani/fli is maintained by punitarani. The last recorded GitHub activity is from 14d ago, with 25 open issues.

Are there alternatives to fli?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy fli to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: punitarani/fli
[![Featured on ClaudeWave](https://claudewave.com/api/badge/punitarani-fli)](https://claudewave.com/repo/punitarani-fli)
<a href="https://claudewave.com/repo/punitarani-fli"><img src="https://claudewave.com/api/badge/punitarani-fli" alt="Featured on ClaudeWave: punitarani/fli" width="320" height="64" /></a>

More MCP Servers