Skip to main content
The Vero MCP server is in early access. Please provide feedback or issues via email.

Prerequisites

  • Claude Code installed.
  • A Vero account you can sign in to.

Connect Vero

  1. Add Vero as a remote HTTP server:
  2. Sign in. Either run /mcp inside Claude Code and select vero, or authenticate from the command line:
  3. Your browser opens Vero: sign in and approve the connection.
Claude Code stores the OAuth tokens securely and refreshes them for you. Run /mcp to confirm Vero shows as connected. By default the server is added at local scope, available only to you in the current project. Pass --scope user to make it available in all your projects. Because there’s no key in the configuration, project scope (shared via .mcp.json) is also safe: each team member signs in to Vero themselves.

Try it out

Ask Claude Code things like:
  • “List my draft broadcasts”
  • “Get the details of broadcast [id]”
  • “What journeys do I have active right now?”

Next steps