
Google Flights
Expose Google Flights search, fares, cabins, emissions, and price tracking to your agent while building travel or logistics features.
Overview
Google Flights MCP is a MCP server for the Build phase that lets coding agents query flight search, pricing, cabin, and emissions data via stdio npm.
What is this MCP server?
- npm stdio package google-flights-mcp at version 1.0.3
- Tools cover flight search, price tracking, cabin comparison, and emissions data
- GitHub source at andreacappelletti97/google-flights-mcp
- Lightweight MCP wrapper for Google Flights workflows in agent chats
- No mandatory API keys listed in published server schema—local npm install driven
- Published server version 1.0.3
- npm identifier google-flights-mcp with stdio transport
- Repository: github.com/andreacappelletti97/google-flights-mcp
What problem does it solve?
Building travel features forces constant manual flight searches when the agent cannot call structured flight data tools.
Who is it for?
Developers prototyping travel copilots, fare comparison UIs, or personal trip workflows with agent assistance.
Skip if: Production OTAs needing guaranteed fares, payments, or airline contracts without your own compliance review.
What do I get? / Deliverables
After you add google-flights-mcp to MCP config, your agent can run flight searches and comparisons from the editor during feature work.
- Agent-callable flight search and comparison tools
- Support for price-tracking and emissions-oriented queries per server description
- Faster travel-feature prototyping without leaving the IDE
Recommended MCP Servers
Journey fit
Flight data APIs are integrated during Build when you prototype booking flows, copilots, or comparison tools inside your product. integrations captures third-party data MCP servers that agents call during implementation—not distribution or SEO work.
How it compares
Flights data MCP integration, not a full booking stack or marketing SEO skill.
Common Questions / FAQ
Who is Google Flights MCP for?
Builders and indie hackers who want agent-accessible flight search and comparison while coding travel-related apps or assistants.
When should I use Google Flights MCP?
Use it during build when you need quick flight quotes, cabin or emissions comparisons, or price-tracking ideas inside agent-driven development.
How do I add Google Flights MCP to my agent?
Install the google-flights-mcp npm package, register it as a stdio MCP server in Claude Code, Cursor, or your client, and invoke its flight tools from agent sessions.