Back to directory
sesv2-mcp-server

sesv2-mcp-server

@aws-samples7

A sample Model Context Protocol (MCP) server for Amazon Simple Email Service (SESv2) that exposes all public SES v2 API actions, enabling email sending, account resource access, and more.

emailsesawscloud

Installation & Configuration

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

Information

Transport
stdio
Language
Java
Created
2025/5/20
Updated
2026/6/7