Connector guide3-minute read14 MCP toolsEnglish · Deutsch · Italiano

Come collegare Brevo a ChatGPT — via MCP

Drive Brevo (formerly Sendinblue) — transactional email/SMS, marketing campaigns, contacts and lists — from any AI agent. 14 tools, api-key header auth, EU-based deliverability.

HCBy HelpCode teamUpdated 3 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

Brevo

Drive Brevo (formerly Sendinblue) — transactional email/SMS, marketing campaigns, contacts and lists — from any AI agent. 14 tools, api-key header auth, EU-based deliverability.

Tools

14

Region

INTL

Category

email

Authentication

Required env vars

BREVO_API_KEY
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the Brevo in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

💡 Niente installazione? Vai direttamente su cloud.anythingmcp.com. Accedi, clicca Connectors → Brevo, inserisci le credenziali, genera una MCP API key — fatto. Niente Docker, niente git clone, niente server locale.

Brevo + ChatGPT

Drive Brevo (formerly Sendinblue) — transactional email/SMS, marketing campaigns, contacts and lists — from any AI agent. 14 tools, api-key header auth, EU-based deliverability.

Prerequisiti

Le istruzioni di setup complete sono incluse nel connettore stesso (visibili nello store quando lo selezioni). Le variabili d'ambiente richieste sono:

BREVO_API_KEY

Step 1 — Ottieni le credenziali

Setup:

  1. Sign in to https://app.brevo.com → top-right avatar → SMTP & API → API Keys → Generate a new API key.
  2. Name it ('AnythingMCP'). It's prefixed xkeysib-. Set BREVO_API_KEY.

Authentication: custom header api-key: ${BREVO_API_KEY} (lowercase header name — Brevo-specific). The adapter sets it via API_KEY profile.

Verified sender: just like SendGrid, you must verify your sending domain or sender email before transactional email actually delivers (otherwise it lands in spam or is rejected). Brevo → Senders & IP → Senders → Add a sender OR domain authentication via SPF/DKIM.

…(continued in the in-app connector instructions)

Step 2 — Installa l'adapter

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Step 3 — Aggiungi il connettore in ChatGPT

ChatGPT supporta server MCP tramite la funzione Connectors (piani Plus / Pro / Team / Enterprise). Il piano gratuito non supporta connettori personalizzati.

  1. Apri ChatGPT → Impostazioni → Connectors (o clicca l'icona 🔧 nel composer → Manage connectors).
  2. Clicca "Add custom connector".
  3. Compila:
    • Name: Brevo
    • MCP server URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → incolla la tua MCP API key (da AnythingMCP → Profile → MCP API Keys → New Key)
  4. Clicca Connect per autorizzare.

Tool disponibili

ToolWhat it does
brevo_get_accountReturn account info: companyName, email, firstName, lastName, address, plan (credits, type, creditsType), relay servers
brevo_send_transactional_emailSend a transactional email
brevo_send_transactional_smsSend a transactional SMS
brevo_list_contactsList contacts (paginated)
brevo_get_contactFetch a contact by email or ID
brevo_create_contactCreate or update a contact (upsert by email)
brevo_update_contactPartial update of an existing contact
brevo_list_contact_listsList contact lists
brevo_create_contact_listCreate a new list
brevo_list_foldersList folders (organize contact lists)
brevo_list_email_campaignsList email campaigns (newsletters)
brevo_create_email_campaignCreate an email campaign (does NOT send — see brevo_send_email_campaign_now to fire)
brevo_send_email_campaign_nowSend a previously-created email campaign immediately (overrides any scheduledAt)
brevo_get_transactional_email_reportGet aggregated transactional email stats for a date range: total requests, delivered, hardBounces, softBounces, opened, clicked, spam

FAQ

Il piano free di ChatGPT funziona con i Connectors MCP custom? No — servono Plus, Pro, Team o Enterprise.

Prossimi passi

Ready to ship

Your Brevo agent is one click away.

Install the connector, paste the key, prompt ChatGPT. Free for 7 days, no credit card.