
Resend
Send and debug transactional email from your agent while wiring Resend into signup, billing, and lifecycle flows.
Overview
com.mcparmory/resend is a MCP server for the Build phase that sends, tracks, and manages Resend transactional email from your agent.
What is this MCP server?
- MCP access to send, track, and manage transactional email through Resend at scale
- Keeps email operations in the agent thread while you edit templates and API routes
- Ships 1.0.2 with uvx PyPI package mcparmory-resend and Docker ghcr.io/mcparmory/resend:1.0.2
- Stdio-only transport compatible with standard MCP clients
- Useful for solo SaaS founders testing password reset, receipt, and notification flows quickly
- Server version 1.0.2
- 2 publish channels: PyPI (uvx) and OCI Docker
- Model Context Protocol stdio transport
Community signal: 25 GitHub stars.
What problem does it solve?
You paste Resend API docs and test sends manually while the agent cannot inspect sends or trigger transactional messages safely in context.
Who is it for?
Solo builders standardizing on Resend for app email who want agent-assisted sends and message management during integration work.
Skip if: Bulk cold outreach workflows, teams on SendGrid-only stacks with no Resend account, or production sends without domain verification.
What do I get? / Deliverables
After install, the agent uses Resend MCP tools so email integration and send checks happen next to your application code.
- Resend-backed MCP tools registered in the agent
- Agent-driven send and email management during app integration
- Shorter feedback loop on transactional template and route changes
Recommended MCP Servers
Journey fit
How it compares
MCP integration to Resend’s transactional API, not a copywriting skill or newsletter CMS.
Common Questions / FAQ
Who is com.mcparmory/resend for?
Developers using Resend for product email who want Claude Code, Cursor, or similar agents to send and manage messages via MCP.
When should I use com.mcparmory/resend?
While building or hardening transactional email—welcome, reset, receipt, and alert flows—when you want the agent to call Resend instead of only generating example curl commands.
How do I add com.mcparmory/resend to my agent?
Register the stdio MCP server using uvx mcparmory-resend 1.0.2 or the Docker image from MCP Armory and configure your Resend API key per client documentation.