Odel
travelpayouts mcp

travelpayouts mcp

Local
@theyahiaTypeScriptMITUpdated 2 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@theyahia/travelpayouts-mcpv1.0.0

Run

npx -y @theyahia/travelpayouts-mcp

MCP client config

{
  "mcpServers": {
    "travelpayouts-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/travelpayouts-mcp"
      ]
    }
  }
}