Skip to content
MCP-Bridge
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_KEY

Example: 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/batch

BatchGetMetricData

GET/v2/email/configuration-sets

ListConfigurationSets

POST/v2/email/configuration-sets

CreateConfigurationSet

GET/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations

GetConfigurationSetEventDestinations

POST/v2/email/configuration-sets/{ConfigurationSetName}/event-destinations

CreateConfigurationSetEventDestination

GET/v2/email/contact-lists/{ContactListName}/contacts

ListContacts

POST/v2/email/contact-lists/{ContactListName}/contacts

CreateContact

GET/v2/email/contact-lists

ListContactLists

POST/v2/email/contact-lists

CreateContactList

GET/v2/email/custom-verification-email-templates

ListCustomVerificationEmailTemplates