Viajante for Cursor
io.github.felipebasurto/viajante
Flight and hotel search for the terminal, Python, and AI assistants.
client:Cursor
transport:stdio
runtime:pypi
Install Viajante in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"viajante": {
"type": "stdio",
"command": "uvx",
"args": [
"viajante"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs