Brevo
💬 Communication
MCP server for Brevo email marketing with campaign management, analytics, and automation. Create and schedule email campaigns, manage contacts, track analytics, and send transactional emails through AI.
Tags
Tools (15)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"brevo": {
"command": "npx",
"args": [
"-y",
"@houtini/brevo-mcp"
],
"env": {
"BREVO_API_KEY": "your-brevo-api-key-here"
}
}
}
}