mcpbeat Sign in

Voyagier MCP Server

local only

Voyagier runs on your own machine — the client starts it, so there is no endpoint to ping. 351 installs a week from npm. Last commit 16 Sep 2026.

Book real travel from your agent — flights, hotels & activities behind a price-gated checkout.

Installs per day peak 239 · avg 45 · +71% w/w
a month agotoday
351
Installs / week
npm · @voyagier/cli
1
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 17 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Reads files and sends them to the network src/commands/doctor.ts:22
import { readFileSync, existsSync, statSync, readdirSync } from "fs";

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cli -- npx -y @voyagier/cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cli": {
      "args": [
        "-y",
        "@voyagier/cli"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cli]
command = "npx"
args = ["-y", "@voyagier/cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "cli": {
      "args": [
        "-y",
        "@voyagier/cli"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cli": {
      "args": [
        "-y",
        "@voyagier/cli"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: VOYAGIER_TOKEN (Voyagier Personal Access Token (travel.voyagier.com → Settings → Personal Access Tokens). Access is by invitation — request at https://www.voyagier.com/agents.), VOYAGIER_API_URL (Voyagier API base URL. Defaults to production; override only for non-production environments.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Voyagier

same job, measured the same way
Gondola Award Travel Search
by gondola

Compare cash vs points on hotels, flights, and cars. Checkout supported hotels and rental cars.

39 tools answering
Agentorist
by agentorist

Booking gateway for AI agents — discover events, movies & hotels, hand off to partner checkout.

7 tools answering
What's Inherited
by stcmain

What a checkout tells your agent to do: instruction files, hooks, declared MCP servers.

50 installs/wk local only
Agent Storefront
by clize

Let your AI agent run a real store: checkout, orders, refunds, shipping and support.

130 installs/wk local only
Voulti
by csacanam

Accept crypto payments from AI agents: invoices + hosted checkout on 5 chains. No API key.

35 installs/wk local only
Agentee
by allover

Shop all-over print cotton tees with your AI agent: search, cart, promos, checkout. Human pays.

36 tools answering
C
Agent Checkout
by agentcheckoutapi

AI shopping gateway for product search, inventory, carts, and merchant-hosted checkout.

8 tools answering
A
Ordercore MCP
by ordercore

Commerce backend for AI agents: catalog, prices, inventory, orders, idempotent checkout.

47 installs/wk local only

Voyagier — questions

Answers built from our own checks of this server.

Why is there no uptime for Voyagier?
Voyagier runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @voyagier/cli was installed 351 times last week.
How do I connect Voyagier?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @voyagier/cli straight from npm; nothing to host, nothing to sign up for.
How many people use Voyagier?
The npm package @voyagier/cli was installed 351 times in the last week. Week over week that is +71%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Voyagier open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.