# AWS SES Email Sender

Send emails directly from your applications using AWS SES. Integrate seamlessly with Cursor or Claude Desktop to compose and dispatch emails without manual copy-pasting. Enjoy features like CC, BCC, …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add omd01/aws-ses-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list omd01/aws-ses-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get omd01/aws-ses-mcp send-email

# Call a tool
npx -y @smithery/cli@latest tool call omd01/aws-ses-mcp send-email '{}'
```

## Tools (1)

- `send-email` — Send an email using AWS SES

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get omd01/aws-ses-mcp <tool-name>
```

---

Source: https://github.com/omd01/aws-ses-mcp | License: MIT
