Sequenzy MCP
Email Marketing Tool for SaaS
Sequenzy MCP Server
MCP server for Sequenzy - AI-powered email marketing automation.
Features
- Subscriber Management - Add, update, search, and segment subscribers
- Email Sequences - Create AI-generated email automations
- Campaigns - Draft and manage email campaigns
- Templates - Create and use email templates
- Analytics - Get email stats and subscriber activity
- AI Generation - Generate emails, sequences, and subject lines
Installation
Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"sequenzy": {
"command": "npx",
"args": ["-y", "@sequenzy/mcp"],
"env": {
"SEQUENZY_API_KEY": "your-api-key"
}
}
}
}
Other MCP Clients
npx @sequenzy/mcp
Set the SEQUENZY_API_KEY environment variable with your API key from sequenzy.com/settings/api-keys.
Available Tools
Account & Setup
get_account- Get account info and companiesselect_company- Switch between companiescreate_company- Create a new company/brandcreate_api_key- Generate API keys
Subscribers
add_subscriber- Add a new subscriberupdate_subscriber- Update subscriber attributes/tagsremove_subscriber- Unsubscribe or deleteget_subscriber- Get subscriber detailssearch_subscribers- Search by tags, segments, or query
Lists & Segments
list_tags- List all tagslist_lists- List subscriber listscreate_list- Create a new listlist_segments- List segmentscreate_segment- Create a segment with filters
Templates
list_templates- List all templatesget_template- Get template detailscreate_template- Create a new templateupdate_template- Update a templatedelete_template- Delete a template
Campaigns
list_campaigns- List all campaignsget_campaign- Get campaign detailscreate_campaign- Create a draft campaignupdate_campaign- Update a campaignsend_test_email- Send a test email
Sequences (Automations)
list_sequences- List all sequencesget_sequence- Get sequence detailscreate_sequence- Create an AI-generated sequenceupdate_sequence- Update a sequenceenable_sequence- Activate a sequencedisable_sequence- Pause a sequencedelete_sequence- Delete a sequence
Transactional Email
send_email- Send a one-off transactional email
Analytics
get_stats- Get overview statisticsget_campaign_stats- Get campaign statsget_sequence_stats- Get sequence statsget_subscriber_activity- Get subscriber activity timeline
AI Generation
generate_email- Generate email from a promptgenerate_sequence- Generate a multi-email sequencegenerate_subject_lines- Generate A/B subject line variants
Example Usage
You: Add a subscriber with email [email protected] and tag them as "vip"
Claude: [Uses add_subscriber tool]
Successfully added [email protected] with the "vip" tag.
You: Create a welcome sequence for new trial users
Claude: [Uses create_sequence tool]
Created "Trial Welcome" sequence with 5 AI-generated emails...
Get Your API Key
- Sign up at sequenzy.com
- Go to Settings → API Keys
- Create a new key and add it to your MCP config
License
MIT
Related Servers
Slack Webhook
Post messages to Slack channels using incoming webhooks or bot tokens.
MCP Server Notifier
A lightweight notification service that sends webhooks for completed MCP tasks to providers like Discord, Slack, and Teams.
Local Network Request MCP Server
Sends HTTP requests to endpoints on the local network.
MCP TTS VOICEVOX
A Text-to-Speech server that integrates with an external VOICEVOX engine.
Slack MCP Server
A Slack integration server that allows natural language interaction with the Slack API within the Cursor IDE.
Sassy Fact Check
A sassy, fact-checking Instagram DM bot that roasts bad takes with citations.
Discord MCP Server
Interact with Discord channels to send and read messages using the Discord API.
ACP-MCP-Server
A bridge server connecting Agent Communication Protocol (ACP) agents with Model Context Protocol (MCP) clients.
News Feed
A news feed server for aggregating news from various sources.
Gmail
Tools for common Gmail operations, such as sending emails.