Command Palette

Search for a command to run...

UnylyUnyly
Browse all

AirTrail Server

FreeNot checked

Enables AI assistants to manage a self-hosted AirTrail flight tracking instance, providing natural language access to flight data, travel history, and statistic

GitHubEmbed

About

Enables AI assistants to manage a self-hosted AirTrail flight tracking instance, providing natural language access to flight data, travel history, and statistics.

README

An MCP (Model Context Protocol) server for managing your AirTrail flight tracking instance through AI assistants.

Overview

This server enables LLMs to interact with your self-hosted AirTrail application, providing natural language access to your flight data. Manage your travel history, search flights, and analyze statistics through conversational interfaces.

Example:

When was my last trip to france?

Get my flights tickets from the download foolder and add the trips information to airtrail

Prerequisites

  • A running AirTrail instance
  • MCP-compatible client (Claude Code/Desktop, OpenCode)
  • AirTrail API credentials

Usage

  1. Clone this project
  2. Create a .env file
AIRTRAIL_API_KEY=
AIRTRAIL_BASE_URL=http://localhost:5173/api
AIRTRAIL_USER_ID=
  1. Edit your client config file
{
  "mcpServers": {
    "airtrail": {
      "command": "uv",
      "args": ["run" , "/the-project-path/AirTrail_MCP_server/src/server.py"],
    }
  }
}

from github.com/maboukerfa/AirTrail_MCP_server

Installing AirTrail Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/maboukerfa/AirTrail_MCP_server

FAQ

Is AirTrail Server MCP free?

Yes, AirTrail Server MCP is free — one-click install via Unyly at no cost.

Does AirTrail Server need an API key?

No, AirTrail Server runs without API keys or environment variables.

Is AirTrail Server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install AirTrail Server in Claude Desktop, Claude Code or Cursor?

Open AirTrail Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare AirTrail Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs