Emails
Freeby MCP Community
Email management CLI + MCP server + dashboard for Resend and AWS SES
v0.5.25Added Apr 12, 2026
Emails MCP Server
Email management CLI + MCP server + dashboard for Resend and AWS SES
Installation
Reviews
Installation
Quick install
npx -y @hasna/emails
Add to claude_desktop_config.json
{
"mcpServers": {
"emails": {
"command": "npx",
"args": ["-y", "@hasna/emails"]
}
}
}