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
Manage MailerLite (email marketing: subscribers, groups, campaigns, automations, fields) from any AI agent. 10 tools, Bearer token.
Try asking
Example prompts for MailerLite
Click any prompt to copy it. Paste into Claude, ChatGPT, Cursor, Gemini, Copilot or OpenClaw to run it against this connector.
Claude is AI and can make mistakes. Please double-check responses.
💡 No install? Use cloud.anythingmcp.com directly. Sign in, click Connectors → MailerLite, paste your credentials, mint an MCP API key — done. No Docker, no
git clone, no local server.
MailerLite
Manage MailerLite (email marketing: subscribers, groups, campaigns, automations, fields) from any AI agent. 10 tools, Bearer token.
Setup
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)
Prerequisites: MAILERLITE_API_TOKEN
Install the connector locally
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
Open http://localhost:3000/connectors/store, pick MailerLite and paste in the env vars listed under Prerequisites.
Available 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) |
Next steps
Was this guide helpful?