Conversation
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 <noreply@anthropic.com>
Contributor
Author
|
Reviewed the security findings, nothing to be concerned about |
cmrigney
approved these changes
Nov 19, 2025
| 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 |
Contributor
There was a problem hiding this comment.
question: Should we fork this into docker instead?
Contributor
Author
There was a problem hiding this comment.
I feel like if we set this precedent we'll have a bunch of public repos with MCP servers that docker didn't create under the docker org. I'm hoping that most of these are just temporary until the main server repo merges the PR that adds the Dockerfle, here's the one for this server: opspawn/Google-Flights-MCP-Server#5
| image: mcp/google-flights | ||
| type: server | ||
| meta: | ||
| category: travel |
Contributor
There was a problem hiding this comment.
jfyi: I noticed we don't have this category in the web UI yet. Maybe we should add it?
Contributor
Author
There was a problem hiding this comment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

MCP Server Information
Server Name: Google Flights
Repository URL: https://github.com/opspawn/Google-Flights-MCP-Server
Brief Description: 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.
Basic Requirements
Submitter Checklist
task validate -- --name google-flightstask build -- --tools google-flightsNote: The Dockerfile for this server is currently in a PR to the upstream repository (opspawn/Google-Flights-MCP-Server#5). Once that PR is merged, the server entry should be updated to point to the main branch of the upstream repository instead of the fork.