Agentโ™ฅ๏ธŽAge
Catalog

emailmd

Official3 toolsLive

by anypost ยท TypeScript

Render markdown into email-safe HTML, lint drafts for deliverability problems, and preview emails.

emailmd โ€” Model Context Protocol (MCP) Server

The dev.emailmd/emailmd MCP server provides tools to convert markdown into email-safe HTML, generate a plain-text version for text/plain MIME, lint drafts for deliverability problems, and preview emails. It targets compatibility across major mail clients including Gmail, Outlook, Apple Mail, Yahoo, and others.

๐Ÿ› ๏ธ Key Features

  • Markdown-to-HTML conversion for responsive, email-safe output
  • Plain-text generation alongside HTML (text/plain support)
  • Linting for deliverability issues
  • Email preview capability

๐Ÿš€ Use Cases

  • Prepare email content authored in markdown
  • Produce multi-part email payloads with both HTML and text bodies
  • Check markdown drafts for deliverability-related problems
  • Preview rendered emails before sending

โšก Developer Benefits

  • Returns complete email-safe HTML and a plain text version from a render call
  • Markdown workflow using a simple render API

โš ๏ธ Limitations

  • Focused on email HTML/text output and deliverability linting; specifics beyond these functions are not provided.