From 125da7a52b3b01fbf7e50d6dce8c1e71b6825293 Mon Sep 17 00:00:00 2001 From: Sundeep Gottipati Date: Wed, 5 Nov 2025 14:04:17 -0800 Subject: [PATCH] Add Google Flights MCP Server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This server provides tools to interact with Google Flights data using the bundled fast_flights library. It enables searching for one-way, round-trip, and date range flight options between airports. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- servers/google-flights/server.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 servers/google-flights/server.yaml diff --git a/servers/google-flights/server.yaml b/servers/google-flights/server.yaml new file mode 100644 index 0000000000..39b8eed531 --- /dev/null +++ b/servers/google-flights/server.yaml @@ -0,0 +1,17 @@ +name: google-flights +image: mcp/google-flights +type: server +meta: + category: travel + tags: + - travel + - flights + - google-flights + - search +about: + title: Google Flights + description: Interact with Google Flights data to search for one-way, round-trip, and date range flight options between airports + icon: https://www.google.com/s2/favicons?domain=google.com/travel/flights&sz=64 +source: + project: https://github.com/kgprs/Google-Flights-MCP-Server + commit: a0d0a88ee8b1f2ef9ef42f89a399b9e2512ab11e