Brevo Connector for AI agents.
11 live capabilities
Manage email marketing campaigns and transactional messaging through natural conversation.
Waiting for input…
Why people use Brevo
Brevo : Stop Manual Data Entry in Marketing Workflows
This Connector changes that by bringing the data to you. Instead of going to the data, you just ask your agent for the info. You can check your SMTP stats or list your contacts while you're already working in your editor. You get a unified experience where marketing operations happen in the flow of your conversation.
What Vinkius changes
You get a direct line of communication between your AI agent and your marketing data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The "Oops" Order Confirmation
A customer asks where their order is.
- Real-world use case 02
The Campaign Audit
A marketer asks "How did the last sale go?
- Real-world use case 03
The Lead Cleanup
A growth lead wants to see who's in the "VIP" list.
Complete set · 11capabilities
The complete Brevo capability set.
These are the exact actions your AI can choose when you ask it to work with Brevo.
01—04
4 capabilities in this set.
Part of 11 available through Brevo.
- 01 Capability
Get account
See your Brevo account details and basic settings. This helps you keep track of your account status.
- 02 Capability
Create email campaign
Start a new email marketing campaign. Use this to launch new outreach efforts quickly.
- 03 Capability
List senders
See a list of all your approved senders. This is useful for verifying your brand's outgoing identities.
- 04 Capability
Create contact
Add a new person to your contact database. Use this to sync new leads from your workspace.
05—08
4 capabilities in this set.
Part of 11 available through Brevo.
- 05 Capability
Get contact
Look up the profile of a specific contact. This gives you immediate access to customer details.
- 06 Capability
Get contact list
View the details of a specific contact list. This helps you see who is in your targeted segments.
- 07 Capability
Get smtp statistics
Check your SMTP delivery performance and stats. Use this to monitor your sender reputation.
- 08 Capability
List email campaigns
See all of your previous and active email campaigns. This is great for auditing past performance.
09—11
3 capabilities in this set.
Part of 11 available through Brevo.
- 09 Capability
List contacts
Pull a list of everyone in your Brevo database. Use this to get a high-level view of your audience.
- 10 Capability
List contact lists
See all the different contact lists you have created. This helps you manage your audience segments.
- 11 Capability
Send email
Send a single transactional email immediately. Use this for real-time notifications like order updates.
Set up in minutes
One URL. Then ask Brevo to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Brevo from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_yJEUYwkD41fKPKDcQ013N5m28R4zLJY1U4bNa8CI/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Brevo, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Brevo for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_yJEUYwkD41fKPKDcQ013N5m28R4zLJY1U4bNa8CI/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Brevo URL.
- Step 03
Save and start
Save the connection and enable Brevo in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"brevo-alternative": {
"url": "https://edge.vinkius.com/vk_preview_yJEUYwkD41fKPKDcQ013N5m28R4zLJY1U4bNa8CI/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Brevo
Open Agent mode in chat and ask: "Using Brevo, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"brevo-alternative": {
"url": "https://edge.vinkius.com/vk_preview_yJEUYwkD41fKPKDcQ013N5m28R4zLJY1U4bNa8CI/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Brevo
Ask Copilot: "Using Brevo, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"brevo-alternative": {
"url": "https://edge.vinkius.com/vk_preview_yJEUYwkD41fKPKDcQ013N5m28R4zLJY1U4bNa8CI/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Brevo
Open Cascade and ask: "Using Brevo, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"brevo-alternative": {
"url": "https://edge.vinkius.com/vk_preview_yJEUYwkD41fKPKDcQ013N5m28R4zLJY1U4bNa8CI/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Brevo
Ask Cline: "Using Brevo, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add brevo-alternative --transport http "https://edge.vinkius.com/vk_preview_yJEUYwkD41fKPKDcQ013N5m28R4zLJY1U4bNa8CI/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Brevo
Ask Claude: "Using Brevo, show me...". 11 tools are ready
Where the request belongs
Work Brevo can move forward.
This is for the growth marketer who is tired of manual data entry and the e-commerce owner who needs to automate customer notifications without leaving their primary workspace.
Growth Marketer
They use this to automate lead ingestion and pull engagement stats for their weekly reports without opening a browser.
E-commerce Ops Manager
They use this to monitor SMTP health and send out custom transactional messages as part of a larger automation flow.
Marketing Developer
They use this to bridge Brevo's marketing features into custom internal capabilities using simple AI queries.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBrevo
Engage customers across email, SMS, and chat with marketing campaigns and transactional messaging that scale with you.
ActiveTrail
Email and SMS marketing automation. manage contacts, campaigns, and group segments via AI.
SendCloud
Leading email and SMS marketing platform. manage campaigns, templates, and addresses via AI.
String
Engage mobile app users with targeted push notifications, in-app messages, and behavioral triggers that improve retention.
Submail / 赛邮云
Powerful SMS, Email, and Voice communication platform. orchestrate multi-channel messaging via AI.
Salesquared
Automate business communications via Salesquared. manage SMS, voice calls, and leads directly with AI.
Bring your own AI
Change the model, client or framework. Keep Brevo connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Brevo.
The practical details behind the request, access and result.
Can the Brevo MCP help me send order confirmations?
Yes, it allows your AI agent to send transactional emails immediately. You can just tell your agent to send a specific message to a customer, and it handles the delivery through Brevo.
How do I use Brevo MCP to manage my marketing leads?
You can use it to add new contacts to your database or pull entire lists for review. Your AI agent can handle the heavy lifting of organizing your audience without you having to type in every detail manually.
Can I check my email delivery stats with this Connector?
Yes, you can ask your agent to pull your SMTP statistics at any time. It's a great way to monitor your sender reputation and make sure your messages are actually reaching your customers.
Does the Brevo MCP work for creating new newsletters?
You can use it to create new email campaigns and view the history of your past ones. It gives your AI the ability to initiate new marketing efforts directly from your workspace.
Is the Brevo MCP good for small business marketing?
It's perfect for any business that needs to automate customer communication. Whether you're sending a single receipt or managing a list of hundreds of subscribers, it makes the process much faster.
Can my AI agent see my Brevo contact lists?
Yes, it can list all your existing contact lists and even pull the specific details of any one of them. This helps you keep your audience segmented without constant manual updates.
How do I find my Brevo API Key?
Log in to your account, navigate to Settings > SMTP & API, and generate a new v3 API Key.
Can I send transactional emails via AI?
Yes! The send_email capability allows your agent to dispatch single SMTP messages by providing sender and recipient details programmatically.
How do I check SMTP delivery statistics?
Use the get_smtp_statistics capability to retrieve high-fidelity reports on transactional email performance directly from the platform.
One connection away
Give your agent a direct line to Brevo.
Connect Brevo once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available