Search, plan, and book real travel from the command line or any AI agent. Flights, hotels, activities — price-gated booking, quotes, MCP server built in.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"voyagier-cli": {
"command": "npx",
"args": [
"-y",
"Voyagier-Travel/voyagier-cli"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add voyagier-cli npx -y Voyagier-Travel/voyagier-cli
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"voyagier-cli": {
"command": "npx",
"args": [
"-y",
"Voyagier-Travel/voyagier-cli"
]
}
}
}
📋 Copy
README Excerpt
Search flights, book activities, manage trip plans — from your terminal. Everything syncs to [voyagier.com](https://voyagier.com). ```bash npm install -g voyagier # or the canonical package: @voyagier/cli voyagier auth set-token <your-token> voyagier doctor # confirm auth + schema reachability
Tools (18)
VOYAGIER_API_URL VOYAGIER_TOKEN add_traveller agent_docs book book_dry_run booking_status create_client doctor get_selection_options npx plan_status plan_trip quote search_activities search_flights search_hotels select_option
Topics
agent-tools ai-agents booking cli flights hotels llm-tools mcp mcp-server model-context-protocol nodejs travel travel-api typescript