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 キーを発行 — 完了です。Docker も
git cloneもローカルサーバーも不要。
MailerLite
Manage MailerLite (email marketing: subscribers, groups, campaigns, automations, fields) from any AI agent. 10 tools, Bearer token.
セットアップ
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)
前提条件: MAILERLITE_API_TOKEN
ローカルでコネクタをインストール
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
http://localhost:3000/connectors/store を開き、 MailerLite を選択し、前提条件に記載された環境変数を入力します。
利用可能なツール
| 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) |