Resend
Resend's official MCP for transactional email. Send, list, schedule from Claude — straightforward, fast, well-documented.
Delv Safety Grade: A
Score 84/100 · assessed 2026-04-28
Resend's official MCP server provides transactional email capabilities through a well-established commercial provider. The maintainer score is strong given Resend's position as a funded, professional email infrastructure company with active development. Permissions are moderately scoped: the server can send emails on your behalf, read recent sends, and schedule messages, which represents meaningful write access to external communications. Supply chain is solid with npm distribution and standard installation, though dependency pinning could be verified. Transparency is good with open source code and documentation, though the repository is relatively new. No known security incidents. The main consideration is that an API key grants Claude the ability to send emails from your domain, so credential management and usage monitoring are important. Suitable for teams already using Resend who want AI-assisted email workflows.
Lethal Trifecta (prompt-injection exposure)
ONE OF THREEEmail sender only. Cannot read inbox.
Green flags
- Official vendor implementation from established email infrastructure company
- Scoped to single domain (email) with clear API boundaries
- Standard npm distribution with straightforward installation
- Open source with documentation at resend.com/docs/agents/mcp
- No known security incidents or credential leaks
Red flags
- API key grants full email sending capability from your domain
- Can send to arbitrary recipients without additional confirmation
- Scheduled emails execute later, outside immediate oversight
Permissions requested
Install
npx -y resend-mcp
RESEND_API_KEYReview
Install this if you're already using Resend and want Claude to handle email sends without context-switching. Skip it if you're not committed to Resend's ecosystem or only send emails manually. It's a focused, well-maintained tool that does exactly what it claims and nothing more.
Good at
- Official vendor support means it stays current with Resend's API and gets prompt fixes.
- Setup is trivial if you already have a Resend account—one environment variable and you're done.
- Scheduling and listing recent sends are genuinely useful for debugging and timed workflows.
- Clean, minimal implementation with no unnecessary abstractions or feature creep.
Watch out
- Only useful if you're already committed to Resend—it won't sway you to switch providers.
- Doesn't expose advanced Resend features like broadcast campaigns or detailed analytics.
- You're still bound by Resend's rate limits and domain verification rules, which can trip up new users.
- Manual config required for hosts beyond Claude Desktop, though the docs cover it.
Getting started
Works with
Similar MCPs
- Bluesky Social MCPFull Bluesky control over the atproto client, covering profiles, feeds, posts, follows, and interactions.
- TwilioSend SMS, manage phone numbers, query call logs. The standard for voice/SMS workflows from inside an agent.
- GmailRead, search, send, label Gmail messages from Claude. Note: original repo archived March 2026; community forks may be more current.
- DiscordRead messages, post to channels, manage server members. Useful for community moderators and gamedev teams.