Emailens MCP server
Analyze, audit, fix and diff HTML, MJML, Maizzle and React Email across 21 email clients.
7 stars66 downloads/wk
Reviews
Write oneNobody has reviewed Emailens MCP yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Emailens MCP tools (9, 5 write)
write = sends, deletes, buys or postsanalyze_emailwrite actionFreeQuick CSS compatibility analysis , returns warnings and per-client scores.
audit_emailwrite actionFreeComprehensive quality audit , CSS compatibility, spam, links, accessibility, images, inbox preview, size, templates, content overflow, visual bugs.
build_emailwrite actionFreeGenerate a cross-client-compatible email from a brief using Emailens's self-healing loop (generate → score across 21 clients → repair). Output stays in the framework you choose. Returns a runId immediately , poll get_build_status for progress and the final code. Requires a Pro/Team API key.
check_deliverabilityFreeCheck email deliverability for a domain , SPF, DKIM, DMARC, MX, BIMI.
diff_emailsFreeCompare two email HTML versions , shows score changes, fixed issues, and regressions per client.
fix_emailwrite actionFreeGenerate a structured fix prompt for email compatibility issues.
get_build_statusFreeCheck a build_email run by runId , returns status, iteration, best compatibility score, and the current best source once available.
list_clientsFreeList all 21 supported email clients with IDs, names, rendering engines, dark mode support, and deprecation status. Use the returned IDs to filter other tools like preview_email or capture_screenshots.
preview_emailwrite actionFreeFull email compatibility preview , transforms HTML for 21 email clients, analyzes CSS, generates scores, simulates dark mode, checks inbox preview and email size.
Public scan report
scanner v0.1.9 · 2026-09-21 · same rubric, same numbers if you re-run it
- Code scan2 source files scanned25/25
- Live reliabilityremote reachable in 831ms20/20
- Tool poisoning9 tool descriptions checked15/15
- Auth qualityopen endpoint exposes 5 write-action tools with no auth3/15
- Maintenancelast push 7 days ago15/15
- Maintainer identityregistry namespace matches repository owner7/10
Findings (1)
- highWrite-action tools reachable without authentication
auth.open-write
What the publisher says
From the Emailens MCP repository's README, as published. We do not edit it. Read it on GitHub
Email rendering analysis for AI assistants
MCP server for email compatibility analysis. Analyze, preview, diff, and fix emails across 21 email clients, plus capture real screenshots and create shareable links with an optional API key.
Send HTML, MJML, Maizzle or React Email. Set format and the template is compiled before analysis, so what gets checked is the HTML your readers actually receive.
Why your assistant needs this: across the 298 CSS and HTML features we track, only 6 are fully supported in every major email client (see the data). Ask Claude to check your email before you send it.
Built on @emailens/engine. Also available as a GitHub Action.
Install
npx -y @emailens/mcpSetup
Claude Desktop
Add to claudedesktopconfig.json:
{
"mcpServers": {
"emailens": {
"command": "npx",
"args": ["-y", "@emailens/mcp"]
}
}
}Claude Code
claude mcp add emailens -- npx -y @emailens/mcpWith API Key (optional, unlocks screenshots + sharing)
{
"mcpServers": {
"emailens": {
"command": "npx",
"args": ["-y", "@emailens/mcp"],
"env": {
"EMAILENS_API_KEY": "ek_live_..."
}
}
}
}Get your free API key at emailens.dev/settings/api-keys.
Remote (no install)
Use the hosted endpoint: no npm or Node.js needed. API key required.
{
"mcpServers": {
"emailens": {
"url": "https://emailens.dev/api/mcp",
"headers": {
"Authorization": "Bearer ek_live_..."
}
}
}
}Tools
Local Tools (no account needed)
preview_email
Full email compatibility preview: transforms HTML for 21 clients, analyzes CSS, generates scores, simulates dark mode, checks inbox preview and email size.
analyze_email
Quick CSS compatibility analysis; returns per-client scores and one finding per problem. Faster than audit_email when you only need CSS compatibility.
One finding per problem, not one per client. The engine reports per client because a score is per client, and per selector because a fix is per selector. On an ordinary newsletter border-radius arrives twelve times (two clients that drop it, six selectors that use it) with the same sentence in every copy. That was 286KB of JSON, about 73,000 tokens, for an 11KB email.
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http mcp https://emailens.dev/api/mcp
Emailens MCP: common questions
- Is Emailens MCP server safe?
- Yes, by our scan: it is graded A (85/100). Read the Emailens MCP safety report
- How do I install Emailens MCP?
- It runs remotely at emailens.dev. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Emailens MCP need an API key?
- Yes. The registry entry asks for
EMAILENS_API_KEY. - Is Emailens MCP maintained?
- The last commit was 7 days ago (2026-09-14). The latest release is v0.6.2.
- Is Emailens MCP up?
- 100% of our last 8 checks got an answer. We check remote servers about four times a day.
- What can I use instead of Emailens MCP?
- Servers from other publishers that do the same job: emailmd MCP server, BlackVeil DNS & Email Security Scanner MCP server and Apixies Developer API Suite MCP server. Compare all Emailens MCP alternatives.
Alternatives to Emailens MCP
Same job from other publishers: the closest match first, then the best rated.
- emailmdRender markdown into email-safe HTML, lint drafts for deliverability problems, and preview emails.not reviewedEstablishedA
- BlackVeil DNS & Email Security ScannerDNS and email security scanner with 80 MCP tools for SPF, DMARC, DNSSEC, SSL, and brand audits.not reviewedGrowingB
- Apixies Developer API Suite50 developer utility APIs as tools: SSL, DNS, WHOIS, email checks, HTML to PDF, sitemaps and more.not reviewedGrowingB
- Email Footer Law LintFourteen checks on an HTML email footer: CAN-SPAM postal address and 10-business-day opt-out, CASL'snot reviewedGrowingA
BirdSend and receive across email, SMS, WhatsApp, and voice. One API, one contract.not reviewedGrowingA