Claude Code
Prerequisites
Section titled “Prerequisites”- A Voyage account with at least one brand
- Claude Code installed (
npm install -g @anthropic-ai/claude-code)
Connect with one command
Section titled “Connect with one command”Run this in your terminal:
claude mcp add voyage --transport http https://mcp.vyg.app/mcpThat’s it. The next time you start a Claude Code session, Voyage will be available as a tool provider.
Or add it manually
Section titled “Or add it manually”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" } }}Authenticate
Section titled “Authenticate”The first time Claude uses a Voyage tool, you’ll be prompted to authenticate:
- A browser window opens to the Voyage login page
- Log in with your Voyage credentials
- Select which brand you want to connect
- Approve the connection
Once approved, Claude can access your Voyage data for the rest of the session. Tokens refresh automatically.
Try it out
Section titled “Try it out”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 delaysWhich workflows are currently active?