mcpbeat Sign in

Resend MCP Server

local only

Resend MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 11 Jun 2026.

MCP server for Resend — transactional email API for AI assistants...

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 8 · avg 5 · +79% w/w
a month agotoday
31
Installs / week
npm · @supernova123/resend-mcp-server
0
Stars
0 open issues
11 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add resend-mcp-server -- npx -y @supernova123/resend-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "resend-mcp-server": {
      "args": [
        "-y",
        "@supernova123/resend-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.resend-mcp-server]
command = "npx"
args = ["-y", "@supernova123/resend-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "resend-mcp-server": {
      "args": [
        "-y",
        "@supernova123/resend-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "resend-mcp-server": {
      "args": [
        "-y",
        "@supernova123/resend-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: YOUR_API_KEY (Your API key for the service). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Resend MCP Server

same job, measured the same way
SendGrid MCP Server
by deyikong

MCP server for SendGrid's v3 API: email marketing, transactional mail, templates, and analytics.

286 installs/wk local only
Resent
by resentmail

Transactional email for AI agents: templates, domain verify, and sends.

answering
Imap MCP Server
by nikolausm

IMAP/SMTP MCP server to search, read, organize, send, reply & forward email for AI assistants

501 installs/wk local only
MCP Sendgrid
by codespar

MCP server for SendGrid — global transactional + marketing email (Twilio-owned)

24 installs/wk local only
C
Siglio MCP
by esigndev

MCP server for Siglio. Lets an AI assistant send documents for e-signature by email or text.

792 installs/wk local only
Mifactory Email
by mifactory-bot

Send transactional emails for AI agents via SMTP. Templates included.

3 tools answering
Agent Email List — Free SMTP Relay for AI Agents
by agentemaillist-ai

Free transactional email + SMTP relay. Agents self-signup, no API key needed to start.

8 tools answering
Gmail MCP
by a1-x-tech

MCP server for the Gmail API: search, read and send email, manage drafts, labels and the trash.

49 installs/wk local only

Resend MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Resend MCP Server?
Resend MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @supernova123/resend-mcp-server was installed 31 times last week.
Is Resend MCP Server still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Resend MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @supernova123/resend-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Resend MCP Server?
The npm package @supernova123/resend-mcp-server was installed 31 times in the last week. Week over week that is +79%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Resend MCP Server open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.