AirTrail Server
FreeNot checkedEnables AI assistants to manage a self-hosted AirTrail flight tracking instance, providing natural language access to flight data, travel history, and statistic
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
- Clone this project
- Create a .env file
AIRTRAIL_API_KEY=
AIRTRAIL_BASE_URL=http://localhost:5173/api
AIRTRAIL_USER_ID=
- Edit your client config file
{
"mcpServers": {
"airtrail": {
"command": "uv",
"args": ["run" , "/the-project-path/AirTrail_MCP_server/src/server.py"],
}
}
}
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_serverFAQ
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare 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
