Google Flights MCP Server logo

Google Flights MCP Server

by smamidipaka6

This MCP server connects your Agents or LLMs to Google Flights data, allowing access to flight information and the ability to find the cheapest options. It also enables filtering by time restrictions and getting Google Flights' best recommendations.

View on GitHub

Last updated: N/A

What is Google Flights MCP Server?

This is a Model Context Protocol (MCP) server implementation that provides seamless access to Google Flights data, enabling AI agents to retrieve comprehensive flight info, find the cheapest available flights, filter flights based on specific time constraints, and get Google Flights' recommended best flights.

How to use Google Flights MCP Server?

Follow the Quick Start guide to set up the server for Claude Desktop, Cursor, or another MCP Client. Configure the mcpServers key in the respective configuration files with the correct paths to the uv executable and the project directory. Then, ask your AI agent to find flight information.

Key features of Google Flights MCP Server

  • Retrieve Comprehensive Flight Info

  • Find the Cheapest Available Flights

  • Filter flights based on Specific Time Constraints

  • Get Google Flights' recommended Best Flights

Use cases of Google Flights MCP Server

  • Finding the cheapest flight options for a specific route

  • Filtering flights based on departure time preferences

  • Getting Google Flights' top recommended flights

  • Integrating flight search functionality into AI agents

FAQ from Google Flights MCP Server

What is the default trip type?

The default trip type is 'one-way'.

What is the default seat type?

The default seat type is 'economy'.

How many flights are returned by default for get_general_flights_info()?

By default, 40 flights are returned.

Can I use this for round-trip flights?

Currently, the tool primarily supports one-way flights. While it can process a request for a round-trip, it will treat it as two separate one-way searches. Round-trip functionality is planned for a future update.

Where can I find the official MCP documentation?

For more information, refer to the Official MCP Documentation and Official Cursor MCP Documentation.