Flights MCP Server enables flight search and comparison
The Flights MCP Server is a powerful tool designed to simplify the process of searching for flights. Developed by ravinahp, this server leverages the Duffel API to provide users with a seamless and efficient flight search experience.
The Flights MCP Server is designed for travelers who need to plan complex trips or find the best flight deals. It's particularly useful for those who value convenience, flexibility, and the ability to quickly compare different flight options.
The Flights MCP Server stands out by providing a user-friendly, conversational interface that remembers your search history and allows you to easily explore different flight options. It's like having a personal travel agent in your chat, helping you find the perfect flights for your needs.
Configuration
{
"mcpServers": {
"find-flights-mcp": {
"command": "uv",
"args": [
"--directory",
"/path/to/find-flights-mcp",
"run",
"find-flights-mcp"
],
"env": {
"DUFFEL_API_KEY_LIVE": "your_duffel_live_api_key_here"
}
}
}
}
| Feature | Support | |---------|----------| | Runtime | Python | | Platform | Cross-platform | | License | MIT | | Last Update | January 11, 2025 | | Category | Travel |
Key Capabilities
The server requires a Duffel API key and supports both test mode (duffel_test
) and live mode after verification.