Amazon Simple Notification Service Claude Desktop Config
Add the Amazon Simple Notification 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-sns": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-sns"
],
"env": {
"AMAZON_SIMPLE_NOTIFICATION_SERVICE_API_KEY": "your_amazon_simple_notification_service_api_key"
}
}
}
}Environment Variables
AMAZON_SIMPLE_NOTIFICATION_SERVICE_API_KEYReplace your_amazon_simple_notification_service_api_key with your actual amazon simple notification service api key
Endpoints
GET
/#Action=AddPermissionGET_AddPermission
POST
/#Action=AddPermissionPOST_AddPermission
GET
/#Action=CheckIfPhoneNumberIsOptedOutGET_CheckIfPhoneNumberIsOptedOut
POST
/#Action=CheckIfPhoneNumberIsOptedOutPOST_CheckIfPhoneNumberIsOptedOut
GET
/#Action=ConfirmSubscriptionGET_ConfirmSubscription
POST
/#Action=ConfirmSubscriptionPOST_ConfirmSubscription
GET
/#Action=CreatePlatformApplicationGET_CreatePlatformApplication
POST
/#Action=CreatePlatformApplicationPOST_CreatePlatformApplication
GET
/#Action=CreatePlatformEndpointGET_CreatePlatformEndpoint
POST
/#Action=CreatePlatformEndpointPOST_CreatePlatformEndpoint