Odel
google flights mcp

google flights mcp

Local
@andreacappelletti975TypeScriptISCUpdated 4mo ago

MCP server for Google Flights: search, price tracking, cabin comparison, emissions, and more.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmgoogle-flights-mcpv1.0.3

Run

npx -y google-flights-mcp

MCP client config

{
  "mcpServers": {
    "google-flights-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "google-flights-mcp"
      ]
    }
  }
}