loading…
Search for a command to run...
loading…
Enables management of AI-powered email marketing automation, including subscriber segments, campaigns, and templates. It allows users to generate email sequence
Enables management of AI-powered email marketing automation, including subscriber segments, campaigns, and templates. It allows users to generate email sequences with AI and track detailed analytics through natural language commands.
MCP server for Sequenzy - AI-powered email marketing automation.
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"
}
}
}
}
npx @sequenzy/mcp
Set the SEQUENZY_API_KEY environment variable with your API key from sequenzy.com/settings/api-keys.
get_account - Get account info and companiesselect_company - Switch between companiescreate_company - Create a new company/brandcreate_api_key - Generate API keysadd_subscriber - Add a new subscriberupdate_subscriber - Update subscriber attributes/tagsremove_subscriber - Unsubscribe or deleteget_subscriber - Get subscriber detailssearch_subscribers - Search by tags, segments, or querylist_tags - List all tagslist_lists - List subscriber listscreate_list - Create a new listlist_segments - List segmentscreate_segment - Create a segment with filterslist_templates - List all templatesget_template - Get template detailscreate_template - Create a new templateupdate_template - Update a templatedelete_template - Delete a templatelist_campaigns - List all campaignsget_campaign - Get campaign detailscreate_campaign - Create a draft campaignupdate_campaign - Update a campaignsend_test_email - Send a test emaillist_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 sequencesend_email - Send a one-off transactional emailget_stats - Get overview statisticsget_campaign_stats - Get campaign statsget_sequence_stats - Get sequence statsget_subscriber_activity - Get subscriber activity timelinegenerate_email - Generate email from a promptgenerate_sequence - Generate a multi-email sequencegenerate_subject_lines - Generate A/B subject line variantsYou: 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...
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"sequenzy-mcp-server": {
"command": "npx",
"args": []
}
}
}