Back to directory
flights-mcp-server

flights-mcp-server

@smamidipaka615

A Model Context Protocol (MCP) server implementation that connects AI agents or LLMs to Google Flights data, enabling retrieval of comprehensive flight information, finding cheapest options, filtering by time, and getting Google Flights' best recommendations.

flightsgoogle flightstravelbookingai agentllmcommerce

Installation & Configuration

{
  "mcpServers": {
    "flights": {
      "command": "/ABSOLUTE/PATH/.local/bin/uv",
      "args": [
        "--directory",
        "/ABSOLUTE/PATH/TO/PARENT/FOLDER",
        "run",
        "flights.py"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/3/11
Updated
2025/10/13