Skip to content
Cursor

travelpayouts mcp for Cursor

io.github.theyahia/travelpayouts-mcp

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

client:Cursor transport:stdio runtime:npm

Install travelpayouts mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "travelpayouts-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/travelpayouts-mcp"
      ],
      "env": {
        "TRAVELPAYOUTS_TOKEN": "<TRAVELPAYOUTS_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

travelpayouts mcp in other clients