Home › Development › Emailens MCP

Emailens MCP

Analyze, audit, fix and diff HTML, MJML, Maizzle and React Email across 21 email clients.

Official TypeScript Cloud Remote
★ 7 stars Last pushed 2026-09-14 License: MIT

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://emailens.dev/api/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp https://emailens.dev/api/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://emailens.dev/api/mcp"
    }
  }
}

Package (npm 0.6.2)

npx -y @emailens/mcp@0.6.2

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@emailens/mcp@0.6.2"
      ],
      "env": {
        "EMAILENS_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • EMAILENS_API_KEY secret — API key for screenshots and sharing. Get one free at emailens.dev/settings/api-keys

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry