Skip to content

Claude Code

Use verxion from Claude Code through its remote HTTP MCP connection.

Claude Code can connect directly to verxion’s remote MCP endpoint and complete OAuth in your browser.

Connect

Run the official HTTP transport command:

claude mcp add --transport http verxion https://mcp.verxion.ai/mcp

Then start Claude Code and run /mcp. Select verxion, authenticate in the browser, and approve the requested scopes. Use the user scope by default; only choose a project or local scope when you intentionally want the connection tied to that context.

Verify

Ask Read my verxion profile and tell me which account is connected. The default Code Mode surface may primarily expose execute_code; that is expected. You can then try:

Log a quick session: warmup 5x5 squat 60kg, then 4x5 100kg RPE 8
Show me my last bench session
How is my training this week?

Troubleshooting

  • Run /mcp to inspect connection and authentication state.
  • If authentication is stale, reconnect verxion from that menu.
  • A 403 on a write usually means the granted OAuth scopes do not include the relevant write scope. Review and revoke connections at https://app.verxion.ai/settings/connect, then connect again.
  • For unattended environments, use a separately generated API key only when the client cannot complete OAuth; do not paste a human session token into config.

Official client reference: Claude Code MCP documentation.