Automate MailerLite email workflows, subscriber segmentation, and campaign monitoring.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "MailerLite Automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/mailerlite-automation/SKILL.md 2. Save it as ~/.claude/skills/mailerlite-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate email marketing operations -- manage subscribers, analyze campaign performance, organize groups and segments, and monitor account health -- all orchestrated through the Composio MCP integration.
Toolkit docs: composio.dev/toolkits/mailerlite
https://rube.app/mcpMAILERLITE_* tools become available for executionRetrieve account details including plan limits and timezone to ensure consistent reporting.
Tool: MAILERLITE_GET_ACCOUNT_INFO
No parameters required -- returns account metadata, plan details, and timezone configuration.
Always run this first to establish plan constraints and timezone for consistent time-windowed queries.
Retrieve aggregate subscriber counts, sent email totals, and engagement metrics for a health snapshot.
Tool: MAILERLITE_GET_ACCOUNT_STATS
No parameters required -- returns overall subscriber counts, sent emails, and performance metrics.
Retrieve subscribers with optional status filtering and cursor-based pagination.
Tool: MAILERLITE_GET_SUBSCRIBERS
| Parameter | Type | Required | Description |
|---|---|---|---|
filter[status] | string | No | Filter by: active, unsubscribed, unconfirmed, bounced, junk |
limit | integer | No | Subscribers per page (default: 25) |
cursor | string | No | Pagination cursor from previous response meta.cursor |
include | string | No | Set to groups to include group memberships |
Important: Loop with meta.next_cursor until null to build a complete subscriber list.
Retrieve campaigns with optional status/type filters and page-based pagination.
Tool: MAILERLITE_GET_CAMPAIGNS
| Parameter | Type | Required | Description |
|---|---|---|---|
filter[status] | string | No | Filter by: sent, draft, ready |
filter[type] | string | No | Filter by: regular, ab, resend, rss |
limit | integer | No | Items per page (default: 25) |
page | integer | No | Page number (default: 1) |
Important: Paginate using meta.last_page to avoid omitting campaigns from historical analysis.
List, filter, and sort subscriber groups for audience organization.
Tool: MAILERLITE_GET_GROUPS
| Parameter | Type | Required | Description |
|---|---|---|---|
filter[name] | string | No | Partial name match filter |
limit | integer | No | Max groups to return |
page | integer | No | Page number (starting from 1) |
sort | string | No | Sort by: name, total, open_rate, click_rate, created_at (prefix - for descending) |
Fetch segments and custom field definitions for advanced audience analysis.
Tools: MAILERLITE_GET_SEGMENTS and MAILERLITE_GET_FIELDS
Segments:
| Parameter | Type | Required | Description |
|---|---|---|---|
limit | integer | No | Max segments to return (max 250) |
page | integer | No | Page number (starting from 1) |
Fields: No parameters required -- returns all custom field definitions.
| Pitfall | Details |
|---|---|
| Subscriber pagination is cursor-based | MAILERLITE_GET_SUBSCRIBERS uses meta.next_cursor -- you must loop until null or counts will be incomplete |
…
Automate Flutterwave payment, transaction, and account tasks through Rube MCP tools.
Automate common Connecteam workflows by first discovering current tool schemas.
Automate Gigasheet workflows and bulk spreadsheet-like data tasks via Rube MCP.
Automate Gorgias e-commerce support workflows with natural language ticket and customer actions.
Automate Aero Workflow tasks via Rube MCP using current tool schemas.
Automate Gladia workflows via Rube MCP with schema-aware tool discovery first.
Automate customer engagement, segmentation, messaging analytics, and newsletter tracking in Customer.io.
Automate MailerSend sending and management tasks through Rube MCP workflows.
Automate Mailcoach email marketing and subscriber workflows through Rube MCP.
Automate Bigmailer email marketing tasks and workflows through Rube MCP.
Automate Instantly cold outreach, lead imports, and campaign analytics with natural language.
Manage Mailjet contacts, campaigns, segments, and analytics using natural language.