flight
Leverages Google Flights and Google Maps via SerpApi to expose flight search and directions tools, enabling queries for flight options and route information.
Provides tools for retrieving directions and route information between locations using Google Maps, supporting multiple travel modes such as driving, transit, walking, cycling, and flight.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@flightfind flights from Austin to New York on 2025-06-15"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
flight
An MCP server that exposes flight search and Google Maps directions as tools, powered by SerpApi.
Tools
search_flights (flight.py)
Search for flights via Google Flights.
Argument | Type | Description |
| str | 3-letter departure airport code (e.g. |
| str | 3-letter arrival airport code (e.g. |
| str | Departure date, |
| str | None | Return date, |
| str | Currency code, defaults to |
get_directions (map.py)
Get directions and route info between two locations via Google Maps.
Argument | Type | Description |
| str | Starting address or place name |
| str | Destination address or place name |
| str | One of |
Related MCP server: Google Flights MCP Server
Setup
Requires Python 3.13+ and a SerpApi API key.
uv syncAdd your API key to .env:
SERPAPI_API_KEY="your-key-here"Running
Each tool is its own MCP server, run over stdio:
uv run flight.py
uv run map.pyPoint an MCP-compatible client (e.g. Claude Desktop) at these scripts to use the tools.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceEnables searching across multiple search engines (Google, Bing, YouTube, DuckDuckGo, etc.) and retrieving parsed search results via SerpApi integration.
- AlicenseAqualityFmaintenanceConnects AI agents to Google Flights data, enabling retrieval of flight information, cheapest options, time-filtered flights, and best recommendations.427MIT
- FlicenseNot gradedqualityDmaintenanceEnables flight search and date parsing using Amadeus API and Google Gemini, with natural language understanding.
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to search for real-time flights between airports using the SearchAPI.io Google Flights API, returning prices, schedules, airlines, and carbon emissions.
Related MCP Connectors
SerpApi MCP — wraps SerpApi (serpapi.com) search engines
Web search, news, page retrieval, sitemaps, and trending topics through Search1API.
Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nihalpatel99/mcp-flight-map'
If you have feedback or need assistance with the MCP directory API, please join our Discord server