Skip to content

Use Vexly with Claude Code

Claude Code is a strong MCP-based path for Vexly when you want cross-service business analysis from inside an existing agent workflow.

Prerequisites

  1. Create a Vexly personal access token.
  2. Export it in your shell:
export VEXLY_ACCESS_TOKEN='your_token_here'

Add Vexly to Claude Code

Use Claude Code's JSON-based MCP install command:

claude mcp add-json vexly \
  "{\"type\":\"http\",\"url\":\"https://api.vexly.io/api/v1/public/mcp\",\"headers\":{\"Authorization\":\"Bearer ${VEXLY_ACCESS_TOKEN}\"}}" \
  --scope user

Verify It Was Added

claude mcp get vexly
claude mcp list

Use It in Claude Code

  1. Start Claude Code in your project.
  2. Run /mcp to confirm the server is available.
  3. Ask Claude Code to call vexly.run for long-running work.

Example prompt:

Use vexly.run to review last week's performance across all connected services and return the top 5 changes or risks. Wait for completion, and use a 180 second timeout.

Vexly MCP now waits up to 180 seconds by default before returning a pending run. You only need to set timeout_seconds explicitly if you want something different.

Reference Skill