Sequenzy/mcp
Email marketing automation MCP server for Sequenzy. Manage subscribers, lists, segments, templates, campaigns, sequences, transactional emails, analytics, and AI-generated email content. Install: `npx -y @sequenzy/mcp`.
Ads
Overview
Email marketing automation MCP server for Sequenzy. Manage subscribers, lists, segments, templates, campaigns, sequences, transactional emails, analytics, and AI-generated email content. Install: `npx -y @sequenzy/mcp`.
Installation
npx -y @sequenzy/mcp
Configuration
{
"mcpServers": {
"sequenzy": {
"command": "npx",
"args": ["-y", "@sequenzy/mcp"],
"env": {
"SEQUENZY_API_KEY": "seq_user_your_key_here"
}
}Capabilities
- Manage subscribers and lists
Ask your AI to add, update, search, or import subscribers, apply tags in bulk, and trigger custom events via tools like `add_subscriber`, `bulk_add_subscriber_tags`, and `trigger_subscriber_event`.
- Create and send campaigns
Draft, schedule, render, and inspect email campaigns, including audience previews and conversion goals, using tools like `render_email` and campaign management functions.
- Build email sequences
Create multi-step sequences with entry triggers, stop conditions, and test sends to reviewers, plus enroll contacts or pause enrollments as needed.
- Sync audiences to Meta
Push dynamic segments to Meta custom audiences for Facebook and Instagram retargeting campaigns.
- Manage landing pages and forms
Create, publish, and embed saved signup forms and popups with responsive layouts, plus connect custom domains for published pages.
- Monitor deliverability and sending
Diagnose sending pauses, check bounce/complaint suppressions, and restore eligible hard-bounce pauses after list cleanup via `get_sending_status` and `resume_sending`.
Tags
- email-automation
- marketing-automation
- communication
- awesome-list
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.