← Back to Plugins
MCP Server MCP

Emailens MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @emailens/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://emailens.dev/api/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@emailens/mcp",
      "version": "0.6.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key for screenshots and sharing. Get one free at emailens.dev/settings/api-keys",
          "isSecret": true,
          "name": "EMAILENS_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...