Resend (npx) MCP Server
CommunityContributed 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
{
"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"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Resend (npx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Slack (Docker)
Send and read Slack messages, manage channels, list users, add reactions, and interact with your Slack workspace via Docker container.
Slack (npx)
Send and read Slack messages, manage channels, list users, add reactions, and interact with your Slack workspace via npx.
Google Workspace (uvx)
Access Gmail, Google Calendar, Drive, Docs, Sheets, Slides, Forms, Tasks, Contacts, Chat, and Apps Script from a single MCP server. 100+ operations across all Google Workspace services.
Intercom
Manage Intercom conversations, contacts, articles, and tickets through the hosted remote MCP server. Search help center content and manage customer data.
PagerDuty (uvx)
Manage PagerDuty incidents, services, on-call schedules, and users. List open incidents, acknowledge, resolve, and trigger new ones.
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.