Skip to main content
Glama
maboukerfa

AirTrail MCP Server

by maboukerfa

AirTrail MCP Server

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"],
    }
  }
}
Install Server
F
license - not found
C
quality
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/maboukerfa/AirTrail_MCP_server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server