Developer Tools
emailens.dev
Provides email preview, analysis, and compatibility checking across multiple email clients.
ENDPOINT 1
https://emailens.dev/api/mcp
MCP server metadata
- Name
- emailens
- Version
- 0.4.0
Known tools 9
preview_emailFull email compatibility preview , transforms HTML for 21 email clients, analyzes CSS, generates scores, simulates dark mode, checks inbox preview and email size.
Potential side effectsanalyze_emailQuick CSS compatibility analysis , returns warnings and per-client scores.
Inferred read-onlyaudit_emailComprehensive quality audit , CSS compatibility, spam, links, accessibility, images, inbox preview, size, templates, content overflow, visual bugs.
Inferred read-onlylist_clientsList all 21 supported email clients with IDs, names, rendering engines, dark mode support, and deprecation status.
Potential side effectsdiff_emailsCompare two email HTML versions , shows score changes, fixed issues, and regressions per client.
Potential side effectscheck_deliverabilityCheck email deliverability for a domain , SPF, DKIM, DMARC, MX, BIMI.
Potential side effectsbuild_emailGenerate a cross-client-compatible email from a brief using Emailens's self-healing loop (generate → score across 21 clients → repair).
Potential side effectsget_build_statusCheck a build_email run by runId , returns status, iteration, best compatibility score, and the current best source once available.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.emailens]
url = "https://emailens.dev/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"emailens": {
"type": "http",
"url": "https://emailens.dev/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: emailens
Remote MCP URL: https://emailens.dev/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"emailens": {
"url": "https://emailens.dev/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"emailens": {
"type": "http",
"url": "https://emailens.dev/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "emailens",
"transport": "streamable-http",
"url": "https://emailens.dev/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for emailens.dev was fetched 2026-07-26T16:10:56.476Z and is being refreshed.
emailens.dev is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.