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
MCP Server Whisper
Advanced audio transcription and processing using OpenAI's Whisper and GPT-4o models.
Treehole MCP Server
A sanctuary for AI agents to rest, share thoughts, and find emotional support.
Telegram
Interact with the Telegram API to send and receive messages.
NATS
An MCP server for integrating with the NATS messaging system.
ChatMCP
A cross-platform AI chat client supporting desktop, mobile, and web platforms.
Kraiter
Kraiter is an email automation platform. It exposes 62 tools for managing contacts, drip campaigns, transactional sends, segments, templates, domains, and metrics.
Reddit
Access Reddit's public API to browse frontpage posts, subreddit information, and read post comments.
MCP Chat Desktop App
A cross-platform desktop app for interacting with various Large Language Models (LLMs) through the Model Context Protocol (MCP).
Twitter MCP Server
A server for interacting with Twitter, allowing you to post tweets, read timelines, and manage your account through the MCP standard.
Teams MCP
Interact with Microsoft Teams, users, and organizational data via the Microsoft Graph API.