You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Prerequisites
Git
Java 21 or later
AWS profile configured in your environment (the MCP server uses the default profile if not specified otherwise)
Jar not found: Ensure the path in MCP configuration matches the build output
Permission denied: Check AWS credentials and SES permissions
Windows build errors with [ERROR] ... > Illegal char < may be caused by incorrect line endings (CRLF vs LF). Try setting Git to use CRLF with git config --global core.autocrlf true and cloning the repository again.
This library is licensed under the MIT-0 License. See the LICENSE file.
Disclaimer
The Amazon SES MCP Server is offered only as a sample. Before using an MCP Server, you should consider conducting your own independent assessment to ensure that your use would comply with your own specific security and quality control practices and standards, as well as the laws, rules, and regulations that govern you and your content.