Connector guide2-minute read14 MCP toolsEnglish · Deutsch · Italiano

Как подключить Brevo к ChatGPT — через 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 2 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

💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → Brevo, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без git clone, без локального сервера.

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.

Предварительные требования

Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:

BREVO_API_KEY

Шаг 1 — Получите учётные данные

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)

Шаг 2 — Установите адаптер

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

Шаг 3 — Добавьте коннектор в ChatGPT

ChatGPT поддерживает MCP-серверы через функцию Connectors (планы Plus / Pro / Team / Enterprise). Бесплатный план не поддерживает кастомные коннекторы.

  1. Откройте ChatGPT → Settings → Connectors (или нажмите 🔧 в composer → Manage connectors).
  2. Нажмите "Add custom connector".
  3. Заполните:
    • Name: Brevo
    • MCP server URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → вставьте MCP API key
  4. Нажмите Connect.

Доступные инструменты

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

Работает ли бесплатный план ChatGPT с кастомными MCP Connectors? Нет — нужны Plus, Pro, Team или Enterprise.

Следующие шаги

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.