brevo-tuts logo

brevo-tuts

by jakirmithunbdUpdated Sep 1, 2026

Read Brevo CRM contacts from Claude. Look up a contact by email or page through the contact list, including list memberships and custom attributes.

brevo
crm
contact-management
+3
|

Overview

The brevo-tuts MCP server provides a comprehensive interface for managing your Brevo CRM data directly from your LLM environment. It allows you to query contact profiles, automate list management, and trigger transactional emails without switching contexts. By exposing Brevo’s API functionality through standard tools, this server enables your AI to perform precise CRM operations and data analysis.

Key Capabilities

The server enables full contact lifecycle management, including create_contact, update_contact, and delete_contact operations, alongside flexible retrieval via get_contacts. You can organize your database using list_lists and create_list, or manage custom data structures with list_attributes and create_attribute. Additionally, the server supports transactional email workflows, allowing you to fetch templates via list_email_templates, send personalized messages with send_transactional_email, and audit delivery status using get_email_events.

Use Cases

  • Automated Lead Enrichment: Use create_contact and update_contact to sync incoming leads from external sources into specific Brevo lists based on custom attributes.
  • Transactional Email Monitoring: Analyze delivery performance by using get_email_events to verify if specific recipients opened or clicked links in automated emails.
  • Database Hygiene: Perform bulk audits by iterating through contacts with get_contacts and using remove_contacts_from_list to clean up outdated segments.
  • Dynamic Campaign Reporting: Retrieve performance metrics for newsletters using list_campaigns and get_campaign to summarize open and click rates within your chat interface.

Who This Is For

This server is built for developers and marketing operations engineers who need to bridge the gap between CRM data and AI-driven automation. It is designed for users who require programmatic control over Brevo contacts, lists, and transactional messaging for custom data pipelines or interactive customer support tools.