Brevo MCP server
Brevo's official MCP server lets agents manage contacts, email and SMS campaigns, transactional templates, and CRM deals over a hosted endpoint.
Brevo MCP is Brevo's official server that exposes the Brevo marketing and CRM platform to AI tools like Claude, Cursor, and Perplexity over a hosted remote endpoint. It acts as a gateway between Brevo and your agent, so you can manage contacts, run campaigns, and pull performance data through natural-language commands instead of clicking through the dashboard or writing API calls.
The server's tools are generated from Brevo's OpenAPI specification and grouped into capability areas: contacts, lists, segments, attributes, folders, and bulk contact import/export; email campaign management, transactional and email templates, senders, domains, and dedicated IPs; SMS and WhatsApp campaigns and WhatsApp configuration; CRM companies, deals, pipelines, notes, and tasks; plus campaign analytics, external RSS feeds, account and sub-account management, users and permissions, background process monitoring, and webhook configuration. The canonical deployment is the remote endpoint at https://mcp.brevo.com/v1/brevo/mcp, authenticated with an MCP API key passed as an Authorization: Bearer token (created under Settings → SMTP & API → API Keys & MCP). Documentation for AI agents is published at /llms.txt and /llms-full.txt. Because campaign and SMS/WhatsApp tools message real people, scope the key and keep sends behind review.
Quick install
Copy-paste configs are provided for all 8 supported clients. Pick your client below.
Available tools
| Tool | Description |
|---|---|
| contacts | Manage contacts and the lists they belong to. |
| lists | Manage contact lists. |
| segments | Manage contact segments. |
| attributes | Manage contact attributes. |
| folders | Organise campaigns and lists into folders. |
| groups | Manage contact groups. |
| contact_import_export | Import and export contacts in bulk. |
| email_campaign_management | Create, schedule, and manage email campaigns. |
| templates | Manage email templates. |
| transac_templates | Manage transactional email templates. |
| senders | Manage sender identities. |
| domains | Manage and verify sender domains. |
| ips | Manage dedicated sending IPs. |
| sms_campaigns | Create and send SMS campaigns. |
| whatsapp_campaigns | Create and send WhatsApp campaigns. |
| whatsapp_management | Configure WhatsApp settings for the account. |
| campaign_analytics | View campaign performance and reporting. |
| external_feeds | Manage external RSS feeds used in campaigns. |
| companies | Manage CRM companies. |
| deals | Manage CRM deals. |
| pipelines | Configure CRM pipelines. |
| notes | Add notes to contacts and deals. |
| tasks | Manage CRM tasks. |
| accounts | Manage the account and sub-accounts. |
| users | Manage users and permissions. |
| processes | Monitor background processes such as bulk jobs. |
| webhooks_management | Configure webhooks for account events. |
What you can do with it
Send and report on a campaign
The agent drafts and schedules an email campaign with email_campaign_management, then reports open and click performance with campaign_analytics — running the loop from your editor or chat without opening Brevo.
Keep contacts and CRM in sync
Ask the agent to import a list with contact_import_export, segment it with segments, and create follow-up deals and tasks with deals and tasks, so marketing and CRM data stay aligned.
FAQ
- Is it free?
- The MCP server is included with your Brevo account at no extra charge; you pay your normal Brevo plan and any per-message costs for email, SMS, and WhatsApp sends it triggers.
- Does it support remote/OAuth?
- It is a hosted remote server at https://mcp.brevo.com/v1/brevo/mcp. Authentication uses an MCP API key passed as an Authorization: Bearer token (created under Settings → SMTP & API → API Keys & MCP), not OAuth.
- How many tools does it expose?
- Its tools are auto-generated from Brevo's OpenAPI spec and organized into the capability groups listed here (contacts, campaigns, templates, CRM, analytics, webhooks, and more), so the agent can manage most of the Brevo platform.