Skip to content
MCP-Bridge
Developer Tools

Amazon Pinpoint Claude Desktop Config

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

Environment Variables

AMAZON_PINPOINT_API_KEY

Replace your_amazon_pinpoint_api_key with your actual amazon pinpoint api key

Endpoints

GET/v1/apps

GetApps

POST/v1/apps

CreateApp

GET/v1/apps/{application-id}/campaigns

GetCampaigns

POST/v1/apps/{application-id}/campaigns

CreateCampaign

GET/v1/templates/{template-name}/email

GetEmailTemplate

POST/v1/templates/{template-name}/email

CreateEmailTemplate

PUT/v1/templates/{template-name}/email

UpdateEmailTemplate

DELETE/v1/templates/{template-name}/email

DeleteEmailTemplate

GET/v1/apps/{application-id}/jobs/export

GetExportJobs

POST/v1/apps/{application-id}/jobs/export

CreateExportJob