Sample MCP Server for Amazon SES (SESv2)

Active

This sample shows how to build a Model Context Protocol (MCP) server for Amazon Simple Email Service (SES). This server implementation exposes all public SES v2 API actions through the MCP. You can send email, access SES account resources, and more. This sample is not intended to be used in a production environment.

Updated 8/8/2025
Key Features

What makes this MCP server special

Send a simple email to a single recipient
Send an email to multiple recipients using a template
Create a new dedicated IP address pool
Check deliverability metrics (requires Virtual Deliverability Manager)
Manage contact lists
View and modify suppression lists

Requirements

java
Server Information

Status

Active

Version

1.0.0

License

MIT

Author

https://github.com/aws-samples

Installation Guide
Get started with this MCP server in minutes

1. Install the Package

-

2. Configuration

{
  "mcpServers": {
    "sesv2-mcp-server": {
      "command": "java",
      "args": [
        "-jar",
        "JAR_PATH_FROM_BUILD_OUTPUT"
      ]
    }
  }
}

3. Usage Example

-