Skip to content
MCP-Bridge
Communication

Amazon Pinpoint SMS and Voice Service Claude Desktop Config

Add the Amazon Pinpoint SMS and Voice 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-sms-voice": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-sms-voice"
      ],
      "env": {
        "AMAZON_PINPOINT_SMS_AND_VOICE_SERVICE_API_KEY": "your_amazon_pinpoint_sms_and_voice_service_api_key"
      }
    }
  }
}

Environment Variables

AMAZON_PINPOINT_SMS_AND_VOICE_SERVICE_API_KEY

Replace your_amazon_pinpoint_sms_and_voice_service_api_key with your actual amazon pinpoint sms and voice service api key

Endpoints

GET/v1/sms-voice/configuration-sets

ListConfigurationSets

POST/v1/sms-voice/configuration-sets

CreateConfigurationSet

GET/v1/sms-voice/configuration-sets/{ConfigurationSetName}/event-destinations

GetConfigurationSetEventDestinations

POST/v1/sms-voice/configuration-sets/{ConfigurationSetName}/event-destinations

CreateConfigurationSetEventDestination

DELETE/v1/sms-voice/configuration-sets/{ConfigurationSetName}

DeleteConfigurationSet

PUT/v1/sms-voice/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}

UpdateConfigurationSetEventDestination

DELETE/v1/sms-voice/configuration-sets/{ConfigurationSetName}/event-destinations/{EventDestinationName}

DeleteConfigurationSetEventDestination

POST/v1/sms-voice/voice/message

SendVoiceMessage