Resend API MCP server — transactional and marketing email, domains, contacts, broadcasts, and more
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-resend": {
"command": "npx",
"args": [
"-y",
"AIWerk/mcp-server-resend"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-resend npx -y AIWerk/mcp-server-resend
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-resend": {
"command": "npx",
"args": [
"-y",
"AIWerk/mcp-server-resend"
]
}
}
}