Brevo MCP server

OfficialBrevoConfig last verified Jun 1, 2026

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.

Add to ~/.claude.json

~/.claude.json
json
{
  "mcpServers": {
    "brevo": {
      "type": "http",
      "url": "https://mcp.brevo.com/v1/brevo/mcp"
    }
  }
}
Or via CLI
bash
claude mcp add --transport http brevo https://mcp.brevo.com/v1/brevo/mcp

Available tools

ToolDescription
contactsManage contacts and the lists they belong to.
listsManage contact lists.
segmentsManage contact segments.
attributesManage contact attributes.
foldersOrganise campaigns and lists into folders.
groupsManage contact groups.
contact_import_exportImport and export contacts in bulk.
email_campaign_managementCreate, schedule, and manage email campaigns.
templatesManage email templates.
transac_templatesManage transactional email templates.
sendersManage sender identities.
domainsManage and verify sender domains.
ipsManage dedicated sending IPs.
sms_campaignsCreate and send SMS campaigns.
whatsapp_campaignsCreate and send WhatsApp campaigns.
whatsapp_managementConfigure WhatsApp settings for the account.
campaign_analyticsView campaign performance and reporting.
external_feedsManage external RSS feeds used in campaigns.
companiesManage CRM companies.
dealsManage CRM deals.
pipelinesConfigure CRM pipelines.
notesAdd notes to contacts and deals.
tasksManage CRM tasks.
accountsManage the account and sub-accounts.
usersManage users and permissions.
processesMonitor background processes such as bulk jobs.
webhooks_managementConfigure 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.
← Browse all email servers