rihla
About
Flexible multi-leg, multi-airport flight search - cheapest valid combination across an itinerary.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
TRAVELPAYOUTS_TOKEN SERPAPI_KEY RIHLA_PROFILEClaude Code
claude mcp add --env TRAVELPAYOUTS_TOKEN= --env SERPAPI_KEY= --env RIHLA_PROFILE= rihla -- uvx rihla-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"rihla","command":"uvx","args":["rihla-mcp"],"env":{"TRAVELPAYOUTS_TOKEN":"","SERPAPI_KEY":"","RIHLA_PROFILE":""}}'
JSON
{
"mcpServers": {
"rihla": {
"command": "uvx",
"args": [
"rihla-mcp"
],
"env": {
"TRAVELPAYOUTS_TOKEN": "",
"SERPAPI_KEY": "",
"RIHLA_PROFILE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.