Voyagier for Cursor
com.voyagier/cli
Book real travel from your agent — flights, hotels & activities behind a price-gated checkout.
client:Cursor
transport:stdio
runtime:npm
Install Voyagier in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@voyagier/cli"
],
"env": {
"VOYAGIER_TOKEN": "<VOYAGIER_TOKEN>",
"VOYAGIER_API_URL": "<VOYAGIER_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs