Skip to main content
Glama

MJML MCP Server

by shaunie2fly

generate_template

Create responsive email templates for newsletters, welcome messages, promotional campaigns, and transactional emails using MJML markup with custom colors, fonts, and variables.

Instructions

Generate pre-built email templates

Input Schema

NameRequiredDescriptionDefault
customColorsNoCustom color scheme
customFontsNoCustom fonts
outputPathNoSave template to file path
templateYesTemplate type
variablesNoTemplate variables to replace

Input Schema (JSON Schema)

{ "properties": { "customColors": { "description": "Custom color scheme", "type": "object" }, "customFonts": { "description": "Custom fonts", "type": "object" }, "outputPath": { "description": "Save template to file path", "type": "string" }, "template": { "description": "Template type", "enum": [ "newsletter", "welcome", "promotional", "transactional", "password-reset", "verification", "announcement", "invitation" ], "type": "string" }, "variables": { "description": "Template variables to replace", "type": "object" } }, "required": [ "template" ], "type": "object" }

Other Tools from MJML MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/shaunie2fly/mjml_mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server