Email QA inside
your AI assistant.
9 tools for analyzing, fixing, and previewing HTML emails — runs locally, no account needed. Add screenshots and sharing with an optional API key.
How it works
Three steps to inbox confidence
Install
One command adds Emailens to Claude Desktop, Claude Code, Cursor, or any MCP client.
Ask
Ask your AI to analyze an email, fix issues, or check deliverability. It picks the right tools automatically.
Ship
Get compatibility scores, fix prompts, diff reports, and screenshots — all in your editor.
Local tools
7 tools, no account needed
All analysis runs locally via the open-source engine. No API calls, no signup, no rate limits.
Full preview with transforms, scores, dark mode, inbox preview, and size check across 15 clients
FreeQuick CSS compatibility analysis with per-client scores and warnings
FreeComprehensive audit — spam, links, accessibility, images, inbox preview, size, templates
FreeStructured fix prompt with CSS and structural changes the AI can apply directly
FreeCompare two HTML versions — see score changes, fixed issues, and regressions per client
FreeSPF, DKIM, DMARC, MX, and BIMI checks with a deliverability score
FreeReference list of all 15 supported email clients with engines and dark mode support
FreeWith API key
Add screenshots and sharing
Set EMAILENS_API_KEY to unlock hosted features. Free plan includes 30 previews/day.
Real browser screenshots across 15 clients with light and dark mode. Hosted on CDN.
API Key RequiredShareable links — recipients see full analysis without an account. Dev plan required.
API Key RequiredFree plan: 30 previews/day. Get your API key
Examples
What you can ask
Setup
Get started in 30 seconds
Claude Code
Claude Desktop
{
"mcpServers": {
"emailens": {
"command": "npx",
"args": ["-y", "@emailens/mcp"]
}
}
}With API Key (local + screenshots & sharing)
{
"mcpServers": {
"emailens": {
"command": "npx",
"args": ["-y", "@emailens/mcp"],
"env": {
"EMAILENS_API_KEY": "ek_live_..."
}
}
}
}Remote (no install, API key required)
{
"mcpServers": {
"emailens": {
"url": "https://emailens.dev/api/mcp",
"headers": {
"Authorization": "Bearer ek_live_..."
}
}
}
}No npm or Node.js required. All analysis runs server-side. Get your free API key
Coverage
15 email clients
Outlook Classic deprecated Oct 2026. Outlook iOS and Android added in v0.4.0.
Ready to try it?
One command. No signup required.