flights-mcp

ravinahp/flights-mcp
★ 169 stars Python 🔍 Search Updated 1mo ago
An MCP server to search for flights.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "flights-mcp": {
      "command": "uvx",
      "args": [
        "flights-mcp"
      ]
    }
  }
}

Or install with pip: pip install flights-mcp