No install? Use cloud.anythingmcp.com directly.
Sign in, install the MailerLite in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
💡 Без установки? Используйте cloud.anythingmcp.com напрямую. Войдите, нажмите Connectors → MailerLite, вставьте учётные данные, создайте MCP API key — готово. Без Docker, без
git clone, без локального сервера.
MailerLite + Claude
Manage MailerLite (email marketing: subscribers, groups, campaigns, automations, fields) from any AI agent. 10 tools, Bearer token.
Предварительные требования
Полные инструкции по настройке встроены в коннектор (видны в магазине при выборе коннектора). Требуемые переменные окружения:
MAILERLITE_API_TOKEN
Шаг 1 — Получите учётные данные
This connector wraps the MailerLite API v2 (connect.mailerlite.com/api).
Setup:
- Log into https://dashboard.mailerlite.com → bottom-left avatar → Integrations → MailerLite API → Generate new token.
- Pick scopes (read/write subscribers, groups, campaigns, fields, automations).
- Set
MAILERLITE_API_TOKEN.
Authentication: Authorization: Bearer ${MAILERLITE_API_TOKEN} + Accept: application/json.
Subscriber lifecycle: every email becomes a Subscriber with status (active, unsubscribed, junk, unconfirmed, bounced). Adding the same email twice updates rather than duplicating.
Groups: tags for segmentation. A subscriber can belong to many groups.
…(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 без редактирования конфигурационных файлов.
- Откройте claude.ai/customize/connectors.
- Нажмите "Add custom connector".
- Заполните:
- Name:
MailerLite - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → вставьте ваш MCP API key (из AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Нажмите Connect для авторизации.
Все инструменты ниже появятся в чате — начинайте писать промпты.
Доступные инструменты
| Tool | What it does |
|---|---|
mailerlite_list_subscribers | List subscribers |
mailerlite_get_subscriber | Get one subscriber by ID or email |
mailerlite_upsert_subscriber | Create or update a subscriber (idempotent on email) |
mailerlite_delete_subscriber | Permanently delete a subscriber |
mailerlite_list_groups | List groups |
mailerlite_create_group | Create a group |
mailerlite_assign_to_group | Add a subscriber to a group |
mailerlite_list_campaigns | List campaigns |
mailerlite_get_campaign | Get one campaign with delivery stats |
mailerlite_list_fields | List subscriber fields (built-in + custom) |
FAQ
Работает ли с Claude Code так же как с Claude Desktop? Да — оба указывайте на https://cloud.anythingmcp.com/mcp.