Connector guide2-minute read14 MCP toolsEnglish · Deutsch · Italiano

Brevo を Claude に接続する方法 — 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 キーを発行 — 完了です。Docker も git clone もローカルサーバーも不要。

Brevo + Claude

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 — Claude にコネクタを追加

推奨ルート — 設定ファイルを触らずに claude.ai web で動作します。

  1. claude.ai/customize/connectors を開きます。
  2. "Add custom connector" をクリック。
  3. 入力:
    • Name: Brevo
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → MCP API キーを貼り付け (AnythingMCP → Profile → MCP API Keys → New 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

Claude Code は Claude Desktop と同じように動作しますか? はい — 両方を https://cloud.anythingmcp.com/mcp に向けてください。

次のステップ

Ready to ship

Your Brevo agent is one click away.

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