Integrations
Allows for email management (sending transactional emails, tracking delivery and events, using email templates) and contact management (creating and updating contacts, managing custom attributes, tracking contact activity) through the Brevo API.
Brevo MCP (Multi-Channel Platform)
A Model Context Protocol (MCP) implementation for the Brevo API, designed for seamless integration with Claude and other AI assistants.
Features
- ✉️ Email Management
- Send transactional emails
- Track email delivery and events
- Beautiful email templates
- 👥 Contact Management
- Create and update contacts
- Manage custom attributes
- Track contact activity
Usage with Claude Desktop
- Add this to your Claude Desktop configuration (typically
~/.config/claude-next/config.json
):Copy - Restart Claude Desktop to load the configuration
That's it! Now you can use Brevo functionality directly in your Claude conversations.
Examples
Here are some examples of what you can do with the Brevo MCP in Claude:
Sending Emails
Managing Contacts
Available Tools
The MCP provides several tools that can be used in Claude:
get_contact
: Retrieve contact details by email or IDupdate_contact
: Update contact attributescreate_attribute
: Create new contact attributessend_email
: Send transactional emailsget_email_events
: Track email delivery and engagement
Development
Setup
- Clone the repository:Copy
- Install dependencies:Copy
- Build the project:Copy
Running Tests
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT
Security
- Keep your API keys safe and never commit them to version control
- Use environment variables or the secure config section in Claude Desktop for sensitive data
- The MCP server only handles communication between Claude and Brevo - no data is stored locally
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
A TypeScript server enabling integration with the Brevo (Sendinblue) API for managing contacts, sending emails, and tracking email events in multi-channel applications like Claude Desktop.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA TypeScript-based server that allows calling other MCP clients from your own MCP client, facilitating task delegation and context window offloading for enhanced multi-agent interactions.Last updated -314JavaScriptMIT License
- AsecurityAlicenseAqualityA TypeScript-based MCP server that implements an email sending system, allowing Claude to send emails via the blastengine service.Last updated -1JavaScriptMIT License
- AsecurityAlicenseAqualityA TypeScript implementation of the Model Context Protocol server for Pica that enables Claude Desktop users to interact with connected platforms like Gmail, Google Sheets, Slack, and databases through natural language commands.Last updated -44014JavaScriptGPL 3.0
- -security-license-qualityA TypeScript implementation of a Model Context Protocol server that connects to Sentry error tracking service, allowing AI models to query and analyze error reports and events.Last updated -TypeScript