flighty-mcp-server

CPLX/flighty-mcp-server
★ 6 stars TypeScript 📦 Other Updated 10d ago
MCP server for the Flighty flight tracking app — 12 tools for flights, status, stats, and cross-device sync
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": {
    "flighty-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "CPLX/flighty-mcp-server"
      ]
    }
  }
}