Skip to content
MCP-Bridge
Cloud Infrastructure

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

  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-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_KEY

Replace your_amazon_simple_notification_service_api_key with your actual amazon simple notification service api key

Endpoints

GET/#Action=AddPermission

GET_AddPermission

POST/#Action=AddPermission

POST_AddPermission

GET/#Action=CheckIfPhoneNumberIsOptedOut

GET_CheckIfPhoneNumberIsOptedOut

POST/#Action=CheckIfPhoneNumberIsOptedOut

POST_CheckIfPhoneNumberIsOptedOut

GET/#Action=ConfirmSubscription

GET_ConfirmSubscription

POST/#Action=ConfirmSubscription

POST_ConfirmSubscription

GET/#Action=CreatePlatformApplication

GET_CreatePlatformApplication

POST/#Action=CreatePlatformApplication

POST_CreatePlatformApplication

GET/#Action=CreatePlatformEndpoint

GET_CreatePlatformEndpoint

POST/#Action=CreatePlatformEndpoint

POST_CreatePlatformEndpoint