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 john@example.com and tag them as "vip"
Claude: [Uses add_subscriber tool]
Successfully added john@example.com 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
Gmail MCP Server
An MCP server for integrating with the Gmail API to manage emails.
A2A MCP Server
A bridge server connecting Model Context Protocol (MCP) with Agent-to-Agent (A2A) protocol.
Slack MCP Server
An MCP server for interacting with Slack workspaces using user tokens, without requiring bots or special permissions.
Bark MCP Server
Send iOS push notifications using the Bark app.
Say MCP Server
A server for voice notifications using VoiceBox, with a fallback to the Mac 'say' command.
Coreflux MQTT MCP Server
Connects to a Coreflux MQTT broker, offering tools for Coreflux commands and integration with AI assistants.
Beeper
A server for interacting with the Beeper communication network.
Gmail
Search and delete emails in your Gmail account.
Salesforce MCP Server - Enhanced Edition
A Salesforce MCP server with automatic integrations for services such as WhatsApp, Slack, email, and custom webhooks.
Teams MCP
Interact with Microsoft Teams, users, and organizational data via the Microsoft Graph API.