Voyagier
Rank #6,892com.voyagier/cli
Book real travel from your agent — flights, hotels & activities behind a price-gated checkout.
Voyagier is a Model Context Protocol (MCP) server published by Voyagier-Travel. It ranks #6,892 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Voyagier is listed on Official MCP, with 2 tracked versions. It was first listed on Jul 22, 2026 and most recently updated on Jul 27, 2026.
Ranks ahead of 108,568 of 115,460 servers on MCP Toplist.
Use Voyagier
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add cli -e "VOYAGIER_TOKEN=<your VOYAGIER_TOKEN>" -e "VOYAGIER_API_URL=<your VOYAGIER_API_URL>" -- npx -y @voyagier/cli mcpReplace each placeholder with your own value before saving.
[mcp_servers.cli]
command = "npx"
args = ["-y", "@voyagier/cli", "mcp"]
[mcp_servers.cli.env]
VOYAGIER_TOKEN = "<your VOYAGIER_TOKEN>"
VOYAGIER_API_URL = "<your VOYAGIER_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cli": {
"command": "npx",
"args": [
"-y",
"@voyagier/cli",
"mcp"
],
"env": {
"VOYAGIER_TOKEN": "<your VOYAGIER_TOKEN>",
"VOYAGIER_API_URL": "<your VOYAGIER_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cli": {
"command": "npx",
"args": [
"-y",
"@voyagier/cli",
"mcp"
],
"env": {
"VOYAGIER_TOKEN": "<your VOYAGIER_TOKEN>",
"VOYAGIER_API_URL": "<your VOYAGIER_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@voyagier/cli",
"mcp"
],
"env": {
"VOYAGIER_TOKEN": "<your VOYAGIER_TOKEN>",
"VOYAGIER_API_URL": "<your VOYAGIER_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cli": {
"command": "npx",
"args": [
"-y",
"@voyagier/cli",
"mcp"
],
"env": {
"VOYAGIER_TOKEN": "<your VOYAGIER_TOKEN>",
"VOYAGIER_API_URL": "<your VOYAGIER_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"cli": {
"command": "npx",
"args": [
"-y",
"@voyagier/cli",
"mcp"
],
"env": {
"VOYAGIER_TOKEN": "<your VOYAGIER_TOKEN>",
"VOYAGIER_API_URL": "<your VOYAGIER_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.voyagier%2Fcli)<a href="https://mcptoplist.com/server/com.voyagier%2Fcli"><img src="https://mcptoplist.com/badge/com.voyagier%2Fcli.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Voyagier-Travel
Available versions (2)
| Version | Published |
|---|---|
| 2.14.0 | Jul 27, 2026 |
| 2.13.0 | Jul 23, 2026 |
Frequently asked questions
- Who maintains Voyagier?
- Voyagier is maintained by Voyagier-Travel, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Voyagier listed on the Official MCP Registry?
- Yes — Voyagier is listed on the Official MCP Registry.
- How many versions does Voyagier have?
- MCP Toplist tracks 2 versions of Voyagier, most recently published on Jul 27, 2026.
- Where can I find the source code for Voyagier?
- The source code for Voyagier is hosted at github.com/Voyagier-Travel/voyagier-cli.