This is a simple Model Context Protocol (MCP) server that sends emails using AWS SES (Simple Email Service). Perfect for integrating with Cursor or Claude Desktop to compose and send emails directly without copy-pasting. The service supports both plain text and HTML emails with advanced features like CC, BCC, and reply-to functionality.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry β install directly from whichever one you prefer.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
Anthropic's MCP TypeScript SDK has a ReDoS vulnerability
Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default
JavaScript SDK v2 users should add validation to the region parameter value in or migrate to v3
process.env. You'll be asked to provide them before it can run.AWS_ACCESS_KEY_IDβ "": "YOUR_AWS_ACCESS_KEY_ID",AWS_REGIONβ "": "YOUR_AWS_REGION",AWS_SECRET_ACCESS_KEYβ "": "YOUR_AWS_SECRET_ACCESS_KEY",SENDER_EMAIL_ADDRESSβ "": "YOUR_SENDER_EMAIL",[](https://m8ven.ai/mcp/omd01-aws-ses-mcp-1t5xxl)