mcpbeat Sign in

Travelpayouts MCP Server

local only

Travelpayouts MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 6 Sep 2026.

MCP server for Travelpayouts API -- flight search, popular routes, price calendar.

Installs per day peak 14 · avg 5 · +188% w/w
a month agotoday
44
Installs / week
npm · @theyahia/travelpayouts-mcp
0
Stars
0 open issues
6 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Travelpayouts MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add travelpayouts-mcp -- npx -y @theyahia/travelpayouts-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "travelpayouts-mcp": {
      "args": [
        "-y",
        "@theyahia/travelpayouts-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.travelpayouts-mcp]
command = "npx"
args = ["-y", "@theyahia/travelpayouts-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "travelpayouts-mcp": {
      "args": [
        "-y",
        "@theyahia/travelpayouts-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "travelpayouts-mcp": {
      "args": [
        "-y",
        "@theyahia/travelpayouts-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TRAVELPAYOUTS_TOKEN (API key for the service). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Travelpayouts MCP

same job, measured the same way
AUTO.RIA Used Cars
by yevhen-kalyna

MCP server for the AUTO.RIA (ria.com) used-car API: search, listings, AI average prices.

128 installs/wk local only
Skiplagged MCP
by skiplagged

Skiplagged MCP Server for flight search, hotel booking, and travel planning

10 tools answering
Google Flights
by andreacappelletti97

MCP server for Google Flights: search, price tracking, cabin comparison, emissions, and more.

135 installs/wk local only
Google Flights
by johnisanerd

Google Flights search data: fares, routes, stops, and price insights via a hosted MCP server.

answering
Pointsyeah
by pulsemcp

MCP server for searching award flights and travel deals via PointsYeah.

75 installs/wk local only
Travelpayouts
by pipeworx-io

Travelpayouts MCP — wraps the Aviasales Flights Data API (travelpayouts.com)

answering
MCP Package
by ordersofmagnitudellc

MCP server for OOM x402 search 1,000+ pay-per-call API endpoints

41 installs/wk local only
Pochta Russia MCP
by theyahia

MCP server for Russian Post (Почта России) API — tracking, tariff calculation, post office search.

41 installs/wk local only

Travelpayouts MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Travelpayouts MCP?
Travelpayouts MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @theyahia/travelpayouts-mcp was installed 44 times last week.
How do I connect Travelpayouts MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @theyahia/travelpayouts-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Travelpayouts MCP?
The npm package @theyahia/travelpayouts-mcp was installed 44 times in the last week. Week over week that is +188%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Travelpayouts MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.