Local MCP server built with Python + FastMCP that connects Claude AI to a flight booking tool. Search and book flights using natural language.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"flight-booking-mcp-s": {
"command": "npx",
"args": [
"-y",
"Sawaira-0316/flight-booking-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add flight-booking-mcp-s npx -y Sawaira-0316/flight-booking-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"flight-booking-mcp-s": {
"command": "npx",
"args": [
"-y",
"Sawaira-0316/flight-booking-mcp-server"
]
}
}
}