Skip to main content
ClaudeWave

Google Flights MCP, CLI and Python Library

MCP Servers2.9k estrellas346 forksPythonMITActualizado 14d ago
Nota editorial

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.

Resumen de MCP Servers

README no disponible. Visita el repo en GitHub para la documentación completa.
apiflights-apigoogle-flightsgoogle-flights-apimcpmcp-server

Lo que la gente pregunta sobre fli

¿Qué es punitarani/fli?

+

punitarani/fli es mcp servers para el ecosistema de Claude AI. Google Flights MCP, CLI and Python Library Tiene 2.9k estrellas en GitHub y se actualizó por última vez 14d ago.

¿Cómo se instala fli?

+

Puedes instalar fli clonando el repositorio (https://github.com/punitarani/fli) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar punitarani/fli?

+

Nuestro agente de seguridad ha analizado punitarani/fli y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene punitarani/fli?

+

punitarani/fli es mantenido por punitarani. La última actividad registrada en GitHub es de 14d ago, con 25 issues abiertos.

¿Hay alternativas a fli?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega fli en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers