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 1. Make sure you have Python 3.10 or higher installed 2. Install the required packages: You can run the server direct
Add this skill
npx mdskills install salamentic/google-flights-mcpProvides useful flight search tools with clear setup docs but overly broad permissions.
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.jsonAdd 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
Install via CLI
npx mdskills install salamentic/google-flights-mcpFlight Planner MCP Server is a free, open-source AI agent skill. 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 1. Make sure you have Python 3.10 or higher installed 2. Install the required packages: You can run the server direct
Install Flight Planner MCP Server with a single command:
npx mdskills install salamentic/google-flights-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
Flight Planner MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.