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
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_KEYReplace your_amazon_pinpoint_email_service_api_key with your actual amazon pinpoint email service api key
Endpoints
GET
/v1/email/configuration-setsListConfigurationSets
POST
/v1/email/configuration-setsCreateConfigurationSet
GET
/v1/email/configuration-sets/{ConfigurationSetName}/event-destinationsGetConfigurationSetEventDestinations
POST
/v1/email/configuration-sets/{ConfigurationSetName}/event-destinationsCreateConfigurationSetEventDestination
GET
/v1/email/dedicated-ip-poolsListDedicatedIpPools
POST
/v1/email/dedicated-ip-poolsCreateDedicatedIpPool
POST
/v1/email/deliverability-dashboard/testCreateDeliverabilityTestReport
GET
/v1/email/identitiesListEmailIdentities
POST
/v1/email/identitiesCreateEmailIdentity
GET
/v1/email/configuration-sets/{ConfigurationSetName}GetConfigurationSet