Skip to content

Claude Code

  • A Voyage account with at least one brand
  • Claude Code installed (npm install -g @anthropic-ai/claude-code)

Run this in your terminal:

Terminal window
claude mcp add voyage --transport http https://mcp.vyg.app/mcp

That’s it. The next time you start a Claude Code session, Voyage will be available as a tool provider.

If you prefer editing config files, add the following to your .mcp.json (project-level) or Claude Code settings:

{
"mcpServers": {
"voyage": {
"type": "http",
"url": "https://mcp.vyg.app/mcp"
}
}
}

The first time Claude uses a Voyage tool, you’ll be prompted to authenticate:

  1. A browser window opens to the Voyage login page
  2. Log in with your Voyage credentials
  3. Select which brand you want to connect
  4. Approve the connection

Once approved, Claude can access your Voyage data for the rest of the session. Tokens refresh automatically.

After connecting, try asking Claude:

What are my dashboard stats for the last 30 days?
What are the top blockers preventing customers from purchasing?
Show me conversations where customers mentioned shipping delays
Which workflows are currently active?