Cloud InfrastructureAuto-generated
Amazon Simple Email Service MCP Server
<fullname>Amazon SES API v2</fullname> <p> <a href="http://aws.amazon.com/ses">Amazon SES</a> is an Amazon Web Services service that you can use to send email messages to your customers.</p> <p>If you're new to Amazon SES API v2, you might find it helpful to review the <a href="https://docs.aws.amaz
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-sesv2
Environment Variables
AMAZON_SIMPLE_EMAIL_SERVICE_API_KEYExample: your_amazon_simple_email_service_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-sesv2": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-sesv2"],
"env": {
"AMAZON_SIMPLE_EMAIL_SERVICE_API_KEY": "your_amazon_simple_email_service_api_key"
}
}
}
}Endpoints
POST
/v2/email/metrics/batchBatchGetMetricData
GET
/v2/email/configuration-setsListConfigurationSets
POST
/v2/email/configuration-setsCreateConfigurationSet
GET
/v2/email/configuration-sets/{ConfigurationSetName}/event-destinationsGetConfigurationSetEventDestinations
POST
/v2/email/configuration-sets/{ConfigurationSetName}/event-destinationsCreateConfigurationSetEventDestination
GET
/v2/email/contact-lists/{ContactListName}/contactsListContacts
POST
/v2/email/contact-lists/{ContactListName}/contactsCreateContact
GET
/v2/email/contact-listsListContactLists
POST
/v2/email/contact-listsCreateContactList
GET
/v2/email/custom-verification-email-templatesListCustomVerificationEmailTemplates