@gongrzhe/server-email-campaign-builder
v1.0.0
Published
Email Campaign Builder MCP App Server with visual email editor, template sections, responsive preview, and HTML export
Downloads
105
Readme
Email Campaign Builder MCP Server
Visual email editor with templates, editable sections, responsive preview, and HTML export.
Features
- Pre-built Templates - Newsletter, promotion, welcome, and announcement templates with structured sections
- Visual Editing - Interactive UI for editing email content with live preview
- Editable Sections - Customize headers, text, images, buttons, dividers, and footers
- Responsive Design - HTML output optimized for all email clients with proper table-based layouts
- HTML Export - Generate production-ready HTML emails with plain text fallback
- Size Tracking - Automatic calculation of email size in kilobytes
Installation
npm install @gongrzhe/server-email-campaign-builderUsage
As a CLI
npx @gongrzhe/server-email-campaign-builderClaude Desktop Configuration
{
"mcpServers": {
"email-campaign-builder": {
"command": "npx",
"args": ["-y", "@gongrzhe/server-email-campaign-builder"]
}
}
}Claude Code Configuration
claude mcp add email-campaign-builder -- npx -y @gongrzhe/server-email-campaign-builderTools
get-email-template
Returns a structured email template with editable sections for a given template type.
Input:
templateType(enum): Template to load -newsletter,promotion,welcome, orannouncement
Output:
templateType- The type of templatesubject- Email subject linesections- Array of editable sections with id, type, content, and stylespreviewText- Preview text shown in email clients
export-email-html
Compiles email sections into responsive HTML suitable for email clients, with a plain text fallback.
Input:
subject- Email subject linesections- Array of sections to compilepreviewText- Preview text for email clients
Output:
html- Production-ready HTML emailplainText- Plain text version for fallbacksizeKb- Size of HTML in kilobytes
Example Prompt
Load the newsletter template and help me build an email campaignLicense
MIT
