MCP Hub
Back to servers

travelpayouts-mcp

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

Registrynpm24/wk
Updated
Mar 31, 2026

Quick Install

npx -y @theyahia/travelpayouts-mcp

@theyahia/travelpayouts-mcp

MCP server for Travelpayouts API. 3 tools for flight search, popular routes, and price calendar.

npm license

Quick Start

Claude Desktop

{
  "mcpServers": {
    "travelpayouts": {
      "command": "npx",
      "args": ["-y", "@theyahia/travelpayouts-mcp"],
      "env": {
        "TRAVELPAYOUTS_TOKEN": "your-api-token"
      }
    }
  }
}

Claude Code

claude mcp add travelpayouts -- npx -y @theyahia/travelpayouts-mcp

Set env: TRAVELPAYOUTS_TOKEN.

Cursor / Windsurf

{
  "travelpayouts": {
    "command": "npx",
    "args": ["-y", "@theyahia/travelpayouts-mcp"],
    "env": {
      "TRAVELPAYOUTS_TOKEN": "your-api-token"
    }
  }
}

Tools

ToolDescription
search_flightsSearch cheap flights by origin/destination/date
get_popular_routesPopular routes from a city
get_prices_calendarPrice calendar for a route

Auth

VariableRequiredDescription
TRAVELPAYOUTS_TOKENYesAPI token from travelpayouts.com

HTTP Transport

HTTP_PORT=3000 npx @theyahia/travelpayouts-mcp
# or
npx @theyahia/travelpayouts-mcp --http 3000

Endpoints: POST /mcp (JSON-RPC), GET /health (status).

Skills

  • skill-search-flights -- search cheap flights by route and dates
  • skill-popular-routes -- discover popular destinations from any city

License

MIT

Reviews

No reviews yet

Sign in to write a review