Connector guide2-minute read12 MCP toolsEnglish · Deutsch · Italiano

Как подключить Drip к Claude — через MCP

Drive Drip (e-commerce-focused email + SMS automation) from any AI agent: subscribers, tags, campaigns, events, orders. 12 tools, Basic-auth + account_id in URL.

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

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

MCP connector

Drip

Drive Drip (e-commerce-focused email + SMS automation) from any AI agent: subscribers, tags, campaigns, events, orders. 12 tools, Basic-auth + account_id in URL.

Tools

12

Region

INTL

Category

marketing-automation

Authentication

Required env vars

DRIP_API_TOKENDRIP_ACCOUNT_ID
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 Drip 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 → Drip, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без git clone, без локального сервера.

Drip + Claude

Drive Drip (e-commerce-focused email + SMS automation) from any AI agent: subscribers, tags, campaigns, events, orders. 12 tools, Basic-auth + account_id in URL.

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

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

DRIP_API_TOKEN, DRIP_ACCOUNT_ID

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

drip.com).

Setup:

  1. Sign in to https://www.getdrip.com → top-right avatar → My User Settings → API → API Token.
  2. Note your Account ID (visible in the URL, e.g. getdrip.com/9876543/... → 9876543).
  3. Set:
    • DRIP_API_TOKEN = the API token
    • DRIP_ACCOUNT_ID = numeric account ID

Authentication: HTTP Basic with username=API_TOKEN, password='' (empty). Adapter uses BASIC_AUTH with empty password.

Account-scoped URLs: every endpoint is prefixed with /v2/{account_id}/.... The adapter substitutes via env var.

Subscriber model: subscribers are identified by email (primary) or by external user_id (your DB's ID). Custom fields are unlimited key/value pairs.

…(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: Drip
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → вставьте ваш MCP API key (из AnythingMCP → Profile → MCP API Keys → New Key)
  4. Нажмите Connect для авторизации.

Все инструменты ниже появятся в чате — начинайте писать промпты.

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

ToolWhat it does
drip_list_subscribersList subscribers with filters
drip_get_subscriberFetch subscriber by ID OR email (URL-encoded)
drip_create_or_update_subscriberUpsert subscriber by email
drip_unsubscribeUnsubscribe by email or ID
drip_tag_subscriberAdd a single tag to a subscriber
drip_remove_tagRemove a tag from a subscriber
drip_create_eventSend a behavioral event for a subscriber
drip_list_campaignsList campaigns (active workflows / autoresponders)
drip_subscribe_to_campaignSubscribe a contact to a campaign (enrolls in the workflow)
drip_record_orderRecord an e-commerce order (used by Drip for revenue attribution and shopper segmentation)
drip_list_tagsList all tags in the account with usage counts
drip_list_custom_fieldsList custom field names defined on subscribers

FAQ

Работает ли с Claude Code так же как с Claude Desktop? Да — оба указывайте на https://cloud.anythingmcp.com/mcp.

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

Ready to ship

Your Drip agent is one click away.

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