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.
pip install mcp fast-flights
You can run the server directly:
python flight_planner_server.py
Install Claude Desktop
Create or edit your Claude Desktop configuration file:
~/Library/Application Support/Claude/claude_desktop_config.json
%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"
}
}
}
}
/PATH/TO/
with the actual path to your server fileFor 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 airportssearch_round_trip_flights
: Search for round-trip flights between airportscreate_travel_plan
: Generate a comprehensive travel planairport_codes://{query}
: Get airport code information based on a search queryflight_search_prompt
: Template for searching flightstravel_plan_prompt
: Template for creating a comprehensive travel planOnce integrated with Claude Desktop, you can ask things like:
MIT
Query and search for issues in Linear, a project management tool.
Access and manage your Monarch Money financial data and operations.
An AI-driven server for browser automation using natural language commands, implementing the Model Context Protocol (MCP).
Access and manage Apple Notes on macOS via AppleScript.
Manage your tasks and daily planning through the Sunsama API.
An MCP server for Cursor that enables requesting user input during generation process.
A server that enables access to Joplin notes and to-dos through the Model Context Protocol (MCP).
A simple note storage system with a custom note:// URI scheme, allowing users to add and summarize notes.
Provides direct access to your Bear notes database for comprehensive note management, bypassing standard API limitations.
Integrates AI language models with the Penpot design platform to automate design workflows.