Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon Simple Email Service Claude Desktop Config

Add the Amazon Simple Email Service MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "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"
      }
    }
  }
}

Environment Variables

AMAZON_SIMPLE_EMAIL_SERVICE_API_KEY

Replace your_amazon_simple_email_service_api_key with your actual 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