Connector guide1-minute read10 MCP toolsEN · DE · IT

MailerLite 到 MCP — 从任何 AI 代理驱动 MailerLite

从任何 AI 代理管理 MailerLite(电子邮件营销:订阅者、群组、活动、自动化、字段)。10 个工具,Bearer 令牌。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

MCP connector

MailerLite

Manage MailerLite (email marketing: subscribers, groups, campaigns, automations, fields) from any AI agent. 10 tools, Bearer token.

Tools

10

Region

INTL

Category

email

Authentication

Bearer Token

Required env vars

MAILERLITE_API_TOKEN
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

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.

Start free trial

Summary

从任何 AI 代理管理 MailerLite(电子邮件营销:订阅者、群组、活动、自动化、字段)。10 个工具,Bearer 令牌。

试试这样问

MailerLite 的示例提示

点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。

MailerLite · 通过 MCP 实时
分享
Opus 4.7

Claude 是 AI,可能会出错。请核对回答。

💡 不需要安装?直接使用 cloud.anythingmcp.com 登录,点击 Connectors → MailerLite,粘贴你的凭据,生成 MCP API 密钥 — 完成。无需 Docker,无需 git clone,无需本地服务器。

MailerLite

从任何 AI 代理管理 MailerLite(电子邮件营销:订阅者、群组、活动、自动化、字段)。10 个工具,Bearer 令牌。

设置

此连接器封装了 MailerLite API v2 (connect.mailerlite.com/api)。

设置

  1. 登录 https://dashboard.mailerlite.com → 左下角头像 → Integrations → MailerLite API → 生成新令牌
  2. 选择作用域(读取/写入订阅者、群组、活动、字段、自动化)。
  3. 设置 MAILERLITE_API_TOKEN

认证Authorization: Bearer ${MAILERLITE_API_TOKEN} + Accept: application/json

订阅者生命周期:每个电子邮件都成为一个状态为(活跃、退订、垃圾邮件、未确认、退回)的 Subscriber。添加相同的电子邮件两次会更新而不是重复。

群组:用于细分的标签。一个订阅者可以属于多个群组。

…(在应用内连接器说明中继续)

先决条件MAILERLITE_API_TOKEN

本地安装连接器

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

打开 http://localhost:3000/connectors/store,选择 MailerLite 并粘贴在先决条件下列出的环境变量。

可用工具

工具功能
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列出订阅者字段(内置 + 自定义)

下一步

这份指南对你有帮助吗?

Ready to ship

Your MailerLite agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.

相关指南