McpMux
Back to Registry

Resend (npx) MCP Server

Community

Contributed by Resend

Send emails using the Resend API. Supports plain text and HTML content, attachments, scheduling, and recipient management.

About the Resend (npx) MCP Server

The Resend (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Send emails using the Resend API. Supports plain text and HTML content, attachments, scheduling, and recipient management. This is a community-contributed MCP server by Resend.

Install the Resend (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "resend-mcp"
  ],
  "env": {
    "RESEND_API_KEY": "${input:RESEND_API_KEY}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "RESEND_API_KEY",
        "label": "Resend API Key",
        "description": "API key for the Resend email API.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "re_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
        "obtain": {
          "url": "https://resend.com/api-keys",
          "instructions": "1. Go to resend.com/api-keys\n2. Click 'Create API Key'\n3. Select 'Sending access' permission\n4. Copy the key (starts with re_)",
          "button_label": "Create API Key"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

resendemailmessagingnotifications

Supported AI Clients

The Resend (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Resend (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.