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.
💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → Brevo, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin
git clone, sin servidor local.
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.
Requisitos previos
Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:
BREVO_API_KEY
Paso 1 — Obtener credenciales
Setup:
- Sign in to https://app.brevo.com → top-right avatar → SMTP & API → API Keys → Generate a new API key.
- Name it ('AnythingMCP'). It's prefixed
xkeysib-. SetBREVO_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)
Paso 2 — Instalar el adapter
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Paso 3 — Añadir el conector en Claude
Ruta recomendada — funciona en claude.ai web sin tocar ningún archivo de configuración.
- Abre claude.ai/customize/connectors.
- Pulsa "Add custom connector".
- Rellena:
- Name:
Brevo - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → pega tu MCP API key (de AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Pulsa Connect para autorizar.
Todas las herramientas debajo aparecen en tu chat — empieza a escribir prompts.
Herramientas disponibles
| Tool | What it does |
|---|---|
brevo_get_account | Return account info: companyName, email, firstName, lastName, address, plan (credits, type, creditsType), relay servers |
brevo_send_transactional_email | Send a transactional email |
brevo_send_transactional_sms | Send a transactional SMS |
brevo_list_contacts | List contacts (paginated) |
brevo_get_contact | Fetch a contact by email or ID |
brevo_create_contact | Create or update a contact (upsert by email) |
brevo_update_contact | Partial update of an existing contact |
brevo_list_contact_lists | List contact lists |
brevo_create_contact_list | Create a new list |
brevo_list_folders | List folders (organize contact lists) |
brevo_list_email_campaigns | List email campaigns (newsletters) |
brevo_create_email_campaign | Create an email campaign (does NOT send — see brevo_send_email_campaign_now to fire) |
brevo_send_email_campaign_now | Send a previously-created email campaign immediately (overrides any scheduledAt) |
brevo_get_transactional_email_report | Get aggregated transactional email stats for a date range: total requests, delivered, hardBounces, softBounces, opened, clicked, spam |
FAQ
¿Funciona con Claude Code igual que con Claude Desktop? Sí — apunta ambos a https://cloud.anythingmcp.com/mcp.