Mailerlite

Mailerlite

MailerLite is an email marketing service that offers tools for creating and managing email campaigns, automating workflows, and building landing pages.

49VIEWS
9USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app mailerlitenpx @composio/cli add cursor --app mailerlitenpx @composio/cli add cursor --app mailerlitenpx @composio/cli add cursor --app mailerlite

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Automation

Create automation

Create/update E-commerce Customer

Tool to create or update a customer record for a shop. use when syncing shop customers or onboarding new purchases.

Create E-commerce Shop

Tool to connect a new e-commerce shop. use when you need to integrate a store for automations, product imports, and sales tracking.

Create Field

Tool to create a new custom field. use when distinct subscriber attributes are needed before assigning or updating subscriber data. call once per field key.

Create Group

Tool to create a new subscriber group. use after deciding the group name for categorization.

Create Segment

Tool to create a new subscriber segment. use when grouping subscribers by custom criteria before sending targeted campaigns.

Create Webhook

Tool to register a new webhook url for specified event types. use when you need real-time notifications for selected mailerlite events.

Delete Automation

Tool to delete an automation workflow by id. use when you need to remove an automation after confirming it's no longer needed. returns success=true on 204 no content.

Delete E-commerce Customer

Tool to delete a customer from an e-commerce shop by ids. use when you need to remove a specific customer from your mailerlite store.

Delete E-commerce Shop

Tool to disconnect an e-commerce shop by id. use when you have the shop's unique identifier and want to remove it from your mailerlite account.

Delete Field

Tool to delete a custom field. use when a field is obsolete and you need to remove it from your mailerlite account. returns success=true on 204 no content.

Delete Group

Tool to delete a subscriber group by id. use when you need to remove an existing subscriber group from your mailerlite account. returns success=true on 204 no content.

Delete Segment

Tool to delete a segment by id. use when you need to remove an existing segment from your mailerlite account. returns success=true on 204 no content.

Delete Subscriber

Tool to delete a subscriber by id. use when you have the subscriber id and want to remove them from your mailerlite account. returns success=true on 204 no content.

Delete Webhook

Tool to remove a webhook subscription by id. use when you need to delete a webhook after confirming it is no longer needed. returns success=true on 204 no content.

Fetch Total E-commerce Customers Count

Tool to fetch total ecommerce customers count for a shop. use when only the aggregate count is required without retrieving detailed records.

Get Account Info

Tool to retrieve basic mailerlite account details. use when you need to verify authentication and review account metadata.

Get Account Stats

Tool to retrieve usage statistics and performance metrics for the account. use after sending campaigns to analyze engagement and deliverability.

Get Automation

Tool to retrieve details of a specific automation by id. use when you have the automation id and need its full configuration. example: "get automation 7267552".

Get Campaigns

Tool to retrieve a list of all campaigns. use when you need to fetch campaigns optionally filtered by status or type, with pagination.

20 actions available