← Back to Plugins
MCP Server MCP

Resend Email MCP

github By github 👁 1 views ▲ 0 votes

Complete Resend email MCP: full API coverage + debug layer (deliverability, DNS, bounces).

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "resend-email-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Resend API key (https://resend.com/api-keys)",
          "isRequired": true,
          "isSecret": true,
          "name": "RESEND_API_KEY"
        },
        {
          "description": "Default sender address (verified domain), e.g. 'Acme <[email protected]>'",
          "name": "RESEND_FROM"
        },
        {
          "description": "Default Reply-To address",
          "name": "RESEND_REPLY_TO"
        },
        {
          "description": "Set to 'true' to block every mutating tool",
          "name": "RESEND_READONLY"
        },
        {
          "description": "Directory that local-file attachments are restricted to (disk reads disabled unless set)",
          "name": "RESEND_ATTACHMENTS_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...