Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the MailerLite in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
从任何 AI 代理管理 MailerLite(电子邮件营销:订阅者、组、活动、自动化、字段)。10 个工具,Bearer 令牌。
试试这样问
MailerLite 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
💡 不需要安装?直接使用 cloud.anythingmcp.com。 登录,点击 Connectors → MailerLite,粘贴你的凭据,生成 MCP API 密钥 — 完成。无需 Docker,无需
git clone,无需本地服务器。
MailerLite + ChatGPT
从任何 AI 代理管理 MailerLite(电子邮件营销:订阅者、组、活动、自动化、字段)。10 个工具,Bearer 令牌。
前提条件
请查看连接器中包含的完整设置说明(在你选择连接器时可在应用内商店中查看)。此连接器所需的环境变量为:
MAILERLITE_API_TOKEN
第 1 步 — 获取凭据
此连接器封装了 MailerLite API v2 (connect.mailerlite.com/api)。
设置:
- 登录 https://dashboard.mailerlite.com → 左下角头像 → Integrations → MailerLite API → Generate new token。
- 选择范围(读取/写入订阅者、组、活动、字段、自动化)。
- 设置
MAILERLITE_API_TOKEN。
身份验证:Authorization: Bearer ${MAILERLITE_API_TOKEN} + Accept: application/json。
订阅者生命周期:每个电子邮件成为一个 Subscriber,状态(活跃、退订、垃圾邮件、未确认、退回)。添加相同的电子邮件两次会更新而不是重复。
组:用于细分的标签。一个订阅者可以属于多个组。
…(在应用内连接器说明中继续)
第 2 步 — 安装适配器
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
第 3 步 — 在 ChatGPT 中添加连接器
ChatGPT 通过 Connectors 功能支持 MCP 服务器(Plus / Pro / Team / Enterprise 计划)。免费层不支持自定义连接器。
- 打开 ChatGPT → Settings → Connectors(或点击创作器中的 🔧 图标 → Manage connectors)。
- 点击 "Add custom connector"。
- 填写:
- Name:
MailerLite - MCP server URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → 粘贴你的 MCP API 密钥(来自 AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- 点击 Connect 进行授权。
可用工具
| 工具 | 功能 |
|---|---|
mailerlite_list_subscribers | 列出订阅者 |
mailerlite_get_subscriber | 通过 ID 或电子邮件获取一个订阅者 |
mailerlite_upsert_subscriber | 创建或更新订阅者(在电子邮件上是幂等的) |
mailerlite_delete_subscriber | 永久删除订阅者 |
mailerlite_list_groups | 列出组 |
mailerlite_create_group | 创建一个组 |
mailerlite_assign_to_group | 将订阅者添加到组 |
mailerlite_list_campaigns | 列出活动 |
mailerlite_get_campaign | 获取一个活动及其投递统计 |
mailerlite_list_fields | 列出订阅者字段(内置 + 自定义) |
常见问题
ChatGPT 免费层支持自定义 MCP 连接器吗? 不 — 需要 Plus、Pro、Team 或 Enterprise。
下一步
这份指南对你有帮助吗?