How to Use the Braze MCP in Claude Code
Control Braze campaigns and manage user profiles directly from your terminal with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Braze MCP to Claude Code
Create your Vinkius account to connect Braze to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Trigger Braze campaigns from your CLI
The Braze MCP Server exposes terminal-accessible tools to control your Braze marketing pipeline. SREs and backend devs can trigger journeys using `trigger_campaign` or `trigger_canvas` without leaving the shell. Pipe your command-line arguments straight into Claude Code to run automated tests. The agent uses `get_campaign_details` to check the status of a run and outputs the results as clean terminal text.
Bulk update user profiles using Claude Code
This MCP Server lets you run fast customer data operations using `track_user` and `identify_user`. You can feed local log files to Claude Code and have it sync attributes to Braze profiles in seconds. For administrative cleanup, the agent uses `delete_user` to purge specific accounts. It extracts the targets using `export_user_ids` first, giving you a safe way to script user deletions.
Audit marketing assets via command line
This MCP Server provides instant visibility into your marketing assets with `list_campaigns` and `list_canvases`. Instead of clicking through a web GUI, you get a clean list of active flows right in your terminal. Claude Code fetches deep configuration details using `get_canvas_details`. It lets you inspect the structure of your customer journeys, making it easy to audit your marketing setup before a release.
Set up Braze MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seebraze-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Braze transactions." It will automatically discover and invoke the available Braze tools.
claude mcp add --transport http braze-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Braze MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Braze MCP today
We host it, we monitor it, we maintain it. You just paste one token.