MailerLite MCP server
Turn AI tools into your email marketing assistant.
Ads
Overview
HelpClassic APIGitHubWelcome to MailerLite API docsGetting started SubscribersGroupsSegmentsFieldsAutomationsCampaignsFormsBatchingWebhooksTimezonesCampaign languages IntroductionBasic integrationsE-commerce integrations Connect AI assistants like Claude, Cursor, and VS Code to MailerLite over the Model Context Protocol. This is the beta version of Model Context Protocol (MCP) server that provides seamless integration with MailerLite's email marketing API. This server enables AI assistants to manage subscribers, campaigns, groups, and many other things through standardized MCP tools.
Installation
claude mcp add --transport http mailerlite https://mcp.mailerlite.com/mcp
Configuration
{
"mcpServers": {
"mailerlite": {
"httpUrl": "https://mcp.mailerlite.com/mcp",
"timeout": 5000
}
}
}Capabilities
- Manage subscribers
Add, update, list, or delete subscribers and view their activity using `add_subscriber`, `list_subscribers`, `get_subscriber_activity`, and related tools.
- Create and schedule campaigns
Build regular or A/B email campaigns with `create_campaign`, then schedule delivery with `schedule_campaign`.
- Organize groups and segments
Create groups and segments, assign subscribers to them, and bulk import subscribers via `import_subscribers_to_group`.
- Build and test automations
Start a guided automation build with `start_automation_conversation`, then validate it using `dry_run_automation` before activating.
- Manage e-commerce data
List, create, update, or delete shops, products, orders, and customers through the `manage_ecommerce_*` tools.
- Generate email content
Produce and validate HTML email content and subject line suggestions with `generate_email_content` and `suggest_subject_lines`.
Tags
- email-automation
- marketing-automation
- communication
Related MCP servers
ElevenLabs
OfficialThe official ElevenLabs MCP server
Resend Email
OfficialSend emails directly from your editor using the Resend API.
AgentRPC
OfficialConnect to any function, any language, across network boundaries using AgentRPC.
Twilio
OfficialInteract with Twilio APIs to send messages, manage phone numbers, configure your account, and more.