Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon Pinpoint Email Service Claude Desktop Config

Add the Amazon Pinpoint 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-pinpoint-email": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-pinpoint-email"
      ],
      "env": {
        "AMAZON_PINPOINT_EMAIL_SERVICE_API_KEY": "your_amazon_pinpoint_email_service_api_key"
      }
    }
  }
}

Environment Variables

AMAZON_PINPOINT_EMAIL_SERVICE_API_KEY

Replace your_amazon_pinpoint_email_service_api_key with your actual amazon pinpoint email service api key

Endpoints

GET/v1/email/configuration-sets

ListConfigurationSets

POST/v1/email/configuration-sets

CreateConfigurationSet

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

GetConfigurationSetEventDestinations

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

CreateConfigurationSetEventDestination

GET/v1/email/dedicated-ip-pools

ListDedicatedIpPools

POST/v1/email/dedicated-ip-pools

CreateDedicatedIpPool

POST/v1/email/deliverability-dashboard/test

CreateDeliverabilityTestReport

GET/v1/email/identities

ListEmailIdentities

POST/v1/email/identities

CreateEmailIdentity

GET/v1/email/configuration-sets/{ConfigurationSetName}

GetConfigurationSet