email
Brevo Email MCP Server
MCP server for the Brevo (formerly Sendinblue) email marketing platform. Create campaigns, manage contacts, run A/B tests, and analyze email performance from Claude.
Pricing: freemium — Brevo free tier includes 300 emails/day. Paid plans start at $9/month.
Features
- Create and update email campaigns with A/B testing
- Send campaigns immediately or schedule for later
- Manage contacts — list, search, filter, and segment
- View campaign analytics: open rates, clicks, bounces
- Send transactional emails and generate template links
- Account-wide analytics dashboard and reporting
Setup Instructions
1. Get your Brevo API key (starts with
xkeysib-) from your Brevo dashboard
2. Add to your Claude MCP config:
``json
{
"mcpServers": {
"brevo": {
"command": "npx",
"args": ["-y", "@houtini/brevo-mcp"],
"env": {
"BREVO_API_KEY": "your-brevo-api-key"
}
}
}
}
``
3. Restart Claude — the server auto-detects your verified sender email
4. Brevo offers a free tier with 300 emails/dayAdded: 2025-02-18