AirTreks MCP
Rank #16,984io.github.SEKeener/airtreks-mcp
Multi-city flight routing intelligence — plan RTW trips, validate alliances, get carrier picks.
AirTreks MCP is a Model Context Protocol (MCP) server published by sekeener. It ranks #16,984 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. AirTreks MCP is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Jun 2, 2026 and most recently updated on Aug 24, 2026.
Ranks ahead of 115,062 of 132,046 servers on MCP Toplist.
Use AirTreks MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http airtreks-mcp https://mcp.airtreks.com/mcpclaude mcp add airtreks-mcp -- npx -y airtreks-mcp[mcp_servers.airtreks-mcp]
url = "https://mcp.airtreks.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.airtreks-mcp]
command = "npx"
args = ["-y", "airtreks-mcp"]Add to ~/.codex/config.toml.
https://mcp.airtreks.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"airtreks-mcp": {
"command": "npx",
"args": [
"-y",
"airtreks-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"airtreks-mcp": {
"url": "https://mcp.airtreks.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"airtreks-mcp": {
"command": "npx",
"args": [
"-y",
"airtreks-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"airtreks-mcp": {
"type": "http",
"url": "https://mcp.airtreks.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"airtreks-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"airtreks-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"airtreks-mcp": {
"serverUrl": "https://mcp.airtreks.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"airtreks-mcp": {
"command": "npx",
"args": [
"-y",
"airtreks-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"airtreks-mcp": {
"url": "https://mcp.airtreks.com/mcp"
}
}
}{
"mcpServers": {
"airtreks-mcp": {
"command": "npx",
"args": [
"-y",
"airtreks-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.SEKeener%2Fairtreks-mcp)<a href="https://mcptoplist.com/server/io.github.SEKeener%2Fairtreks-mcp"><img src="https://mcptoplist.com/badge/io.github.SEKeener%2Fairtreks-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries (1 delisted)
sekeener
Available versions (2)
| Version | Published |
|---|---|
| 1.2.3 | Aug 24, 2026 |
| 1.2.2 | Aug 21, 2026 |
Frequently asked questions
- Who maintains AirTreks MCP?
- AirTreks MCP is maintained by sekeener, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is AirTreks MCP listed on the Official MCP Registry?
- Yes — AirTreks MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does AirTreks MCP have?
- MCP Toplist tracks 2 versions of AirTreks MCP, most recently published on Aug 24, 2026.
- Where can I find the source code for AirTreks MCP?
- The source code for AirTreks MCP is hosted at github.com/sekeener/airtreks-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.