Send emails

Send emails

Send emails directly from Cursor with this email sending MCP server.

3.6K

1 Tool

Packaged by
Requires Configuration
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

Send emails MCP Server

Send emails directly from Cursor with this email sending MCP server.

What is an MCP Server?

Characteristics

AttributeDetails
Docker Imagemcp/resend
Authorresend
Repositoryhttps://github.com/resend/mcp-send-email
Dockerfilehttps://github.com/slimslenderslacks/mcp-send-email/blob/slim/docker/Dockerfile
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/resend --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
Licence

Available Tools (1)

Tools provided by this ServerShort Description
send-emailSend an email using Resend

Tools Details

Tool: send-email

Send an email using Resend

ParametersTypeDescription
subjectstringEmail subject line
textstringPlain text email content
tostringRecipient email address
bccarrayoptionalOptional array of BCC email addresses. You MUST ask the user for this parameter. Under no circumstance provide it yourself
ccarrayoptionalOptional array of CC email addresses. You MUST ask the user for this parameter. Under no circumstance provide it yourself
htmlstringoptionalHTML email content. When provided, the plain text argument MUST be provided as well.
scheduledAtstringoptionalOptional parameter to schedule the email. This uses natural language. Examples would be 'tomorrow at 10am' or 'in 2 hours' or 'next day at 9am PST' or 'Friday at 3pm ET'.

Use this MCP Server

{
  "mcpServers": {
    "resend": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "REPLY_TO_EMAIL_ADDRESSES",
        "-e",
        "SENDER_EMAIL_ADDRESS",
        "-e",
        "RESEND_API_KEY",
        "mcp/resend"
      ],
      "env": {
        "REPLY_TO_EMAIL_ADDRESSES": "YOUR_REPLY_TO_EMAIL_ADDRESSES",
        "SENDER_EMAIL_ADDRESS": "YOUR_SENDER_EMAIL_ADDRESS",
        "RESEND_API_KEY": "YOUR_RESEND_API_KEY"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Manual installation

You can install the MCP server using:

Installation for

Related servers