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.
💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → MailerLite klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein
git clone, kein lokaler Server.
MailerLite + Claude
Manage MailerLite (email marketing: subscribers, groups, campaigns, automations, fields) from any AI agent. 10 tools, Bearer token.
Voraussetzungen
Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:
MAILERLITE_API_TOKEN
Schritt 1 — Zugangsdaten holen
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)
Schritt 2 — Adapter installieren
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Schritt 3 — Connector in Claude hinzufügen
Empfohlener Weg — funktioniert auf claude.ai web ohne Anfassen einer Konfigurationsdatei.
- Öffne claude.ai/customize/connectors.
- Klicke "Add custom connector".
- Trage ein:
- Name:
MailerLite - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer Token → MCP-API-Key einfügen (aus AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- Klicke Connect zum Autorisieren.
Alle unten gelisteten Tools erscheinen in deinem Chat — leg los mit Prompts.
Verfügbare Tools
| 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
Funktioniert es mit Claude Code genauso wie mit Claude Desktop? Ja — beide auf https://cloud.anythingmcp.com/mcp zeigen lassen.