mcp/resend

Verified Publisher

By mcp

Updated about 1 year ago

Send emails directly from Cursor with this email sending MCP server

Image
Machine learning & AI
5

10K+

mcp/resend repository overview

Resend MCP Server

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

What is an MCP Server?

MCP Info

AttributeDetails
Docker Imagemcp/resend
Authorresend
Repositoryhttps://github.com/resend/mcp-send-email

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/slimslenderslacks/mcp-send-email/blob/ee47c6dc4776491226fd066380d052e24ca34fd4/Dockerfile
Commitee47c6dc4776491226fd066380d052e24ca34fd4
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
bccarray optionalOptional array of BCC email addresses. You MUST ask the user for this parameter. Under no circumstance provide it yourself
ccarray optionalOptional array of CC email addresses. You MUST ask the user for this parameter. Under no circumstance provide it yourself
htmlstring optionalHTML email content. When provided, the plain text argument MUST be provided as well.
scheduledAtstring optionalOptional 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?

Install from MCP:Hub

Tag summary

Content type

Image

Digest

sha256:2a7865792

Size

68.9 MB

Last updated

about 1 year ago

docker pull mcp/resend

This week's pulls

Pulls:

1,169

Last week