MCP server for Braze marketing analytics
Read-only access to Braze data for AI tools. Analyze trends, answer questions about customer engagement without altering data.
{
"mcpServers": {
"braze": {
"mcpServers": {
"braze": {
"env": {
"BRAZE_API_KEY": "YOUR_API_KEY",
"BRAZE_REST_ENDPOINT": "https://rest.iad-01.braze.com"
},
"args": [
"braze-mcp-server"
],
"command": "uvx"
}
}
}
}
}