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 + ChatGPT
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 — ChatGPT にコネクタを追加
ChatGPT は Connectors 機能 (Plus / Pro / Team / Enterprise プラン) で MCP サーバーをサポートします。無料プランはカスタムコネクタをサポートしません。
- ChatGPT → Settings → Connectors を開きます (またはコンポーザーの 🔧 アイコン → Manage connectors をクリック)。
- "Add custom connector" をクリック。
- 入力:
- Name:
MailerLite - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → MCP API キーを貼り付け
- 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
ChatGPT 無料プランはカスタム MCP Connectors で動作しますか? いいえ — Plus、Pro、Team、Enterprise が必要です。