Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

emailmd

dev.emailmd/emailmd

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

Uptime
100.0%
1 direct probes · 30d
Response
600ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

render

Render emailmd markdown into email-safe HTML. Returns html (the complete email document), text (the plain-text MIME part), meta (frontmatter), warnings (non-fatal repairs made while rendering; aim for…

lint

Check emailmd markdown for deliverability, accessibility, and readability problems without rendering it: missing alt text, http:// links, Gmail's 102KB clip limit, generic link text, spam-trigger phra…

read_docs

Fetch emailmd documentation from emailmd.dev. Call with no arguments for the index of all pages; pass page to read one (e.g. 'buttons', 'frontmatter', 'theme', 'directives/hero'). Read the relevant pa…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "emailmd": {
      "url": "https://www.emailmd.dev/api/mcp",
      "transport": "streamable-http"
    }
  }
}