Integration guide
Learn how to integrate Brevo MCP to popular MCP clients.
Claude Configuration (via JSON)
Follow the steps below to configure the client for communication with Brevo MCP server:
- Download Claude Desktop to your system
- After opening Claude desktop, you can edit configuration under Settings > Developer > Edit Config.
- Add to your Claude configuration file:
MCP Conf

Claude Configuration (using connectors)
- Download Claude Desktop to your system.
- After opening Claude desktop, you can edit configuration under Settings > Connectors > Organization connectors.
- Click on Add custom connector
- Add “Brevo connector” under name.
- Add the remote MCP url : https://mcp.brevo.com/v1/brevo_contacts/mcp/YOUR_MCP_TOKEN


Cursor
Follow the steps below to configure Cursor for communication with Brevo MCP server:
- Download and install Cursor
- Go to: Settings > Developer > Edit Config (or wherever your configuration file for MCP clients is stored — typically this is under your workspace config or in a
.cursor_mcp_settings.jsonfile at the root of your project). - Add the following configuration (replacing
YOUR_MCP_TOKENwith your actual token):
MCP Conf

Cline/VSCode
Configuration for VSCode in .cline_mcp_settings.json:
JSON
Custom Implementation
For custom MCP clients:
JavaScript
Service-Specific Tool Examples
Tools from different Brevo categories are mentioned as follows:
Contact Management
Deal Management
Email Campaign Management
Analytics
Example Usage
Python