rihla for Cursor
io.github.leojg/rihla
Flexible multi-leg, multi-airport flight search - cheapest valid combination across an itinerary.
client:Cursor
transport:stdio
runtime:pypi
Install rihla in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rihla": {
"type": "stdio",
"command": "uvx",
"args": [
"rihla-mcp"
],
"env": {
"TRAVELPAYOUTS_TOKEN": "<TRAVELPAYOUTS_TOKEN>",
"SERPAPI_KEY": "<SERPAPI_KEY>",
"RIHLA_PROFILE": "<RIHLA_PROFILE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs