Voyagier for Cline
com.voyagier/cli
Book real travel from your agent — flights, hotels & activities behind a price-gated checkout.
client:Cline
transport:stdio
runtime:npm
Install Voyagier in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"cli": {
"command": "npx",
"args": [
"-y",
"@voyagier/cli"
],
"env": {
"VOYAGIER_TOKEN": "<VOYAGIER_TOKEN>",
"VOYAGIER_API_URL": "<VOYAGIER_API_URL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs