
MCP Flight Search
by arjunprabhulal
Real-time flight search capabilities for AI assistants using SerpAPI Google Flights.
What it does
Connects AI models to real-time flight data via SerpAPI, allowing assistants to find flights, compare prices, and check availability between airports.
Tools
search_flights_tool: Find flights between airports with origin, destination, and date parameters.server_status: Verify the MCP server operational status.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-flight-search": {
"command": "python3",
"args": ["-m", "mcp_flight_search.server"],
"env": {
"SERP_API_KEY": "your-api-key-here"
}
}
}
}
Supported hosts
- claude
Quick install
pip install mcp-flight-searchInformation
- Pricing
- free
- Published
- 4/24/2026
- stars






