Flight Planner
About
Create detailed flight plans using the fast-flights API.
Details
- Author
- salamentic
- Categories
- Productivity, API
Jump to
Setup
Install Flight Planner in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/salamentic/google-flights-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
Create detailed flight plans using the fast-flights API.
A Model Context Protocol server that creates travel agent-level flight plans using the fast-flights API.
- Search for one-way and round-trip flights
- Create comprehensive travel plans based on trip parameters
- Get airport code information
- Use templates for common travel queries
- Make sure you have Python 3.10 or higher installed
- Install the required packages:
Create or edit your Claude Desktop configuration file:
- macOS:~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:%APPDATA%\Claude\claude_desktop_config.json
Add the flight-planner server configuration:
{ "mcpServers": { "flight-planner": { "command": "python", "args": [ "/PATH/TO/flight_planner_server.py" ], "env": { "PYTHONPATH": "/PATH/TO/PROJECT" } } } }
- Replace/PATH/TO/with the actual path to your server file
- Restart Claude Desktop
For testing and development, you can use the MCP Inspector:
# Install the inspector npm install -g @modelcontextprotocol/inspector # Run the inspector with your server npx @modelcontextprotocol/inspector python flight_planner_server.py
- search_one_way_flights: Search for one-way flights between airports
- search_round_trip_flights: Search for round-trip flights between airports
- create_travel_plan: Generate a comprehensive travel plan
- airport_codes://{query}: Get airport code information based on a search query
- flight_search_prompt: Template for searching flights
- travel_plan_prompt: Template for creating a comprehensive travel plan
Once integrated with Claude Desktop, you can ask things like:
- "What flights are available from NYC to SFO on 2025-04-15?"
- "Can you create a travel plan for my business trip from LAX to TPE from 2025-05-01 to 2025-05-08?"
- "Help me find airport codes for Tokyo."
- "What's the best time to book flights from Boston to London for a summer vacation?"
Magica is your all-in-one AI platform, offering 2500+ cutting-edge tools under a single subscription.
Turn your Make scenarios into callable tools for AI assistants.
Dynamically search and call tools using UnifAI Network
Connect your AI Agents to 8,000 apps instantly.
Interact with your Anytype data through its API, enabling AI assistants to access your information.
MCP server exposing 10 APITier utility APIs as AI agent tools
MCP Server for interacting with the Arcane API
Connect AI assistants to Automatisch for workflow automation.
Access data from the Bakaláři school system, including schedules, absences, and grades, through a standardized API.
Provides secure, read-write access to Breathe HR data for AI assistants.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



