flight-booking-mcp-server

Sawaira-0316/flight-booking-mcp-server
★ 0 stars Unknown language 🤖 AI/LLM Updated today
Local MCP server built with Python + FastMCP that connects Claude AI to a flight booking tool. Search and book flights using natural language.
View on GitHub →

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"
      ]
    }
  }
}