Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon Connect Customer Profiles Claude Desktop Config

Add the Amazon Connect Customer Profiles 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-customer-profiles": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-customer-profiles"
      ],
      "env": {
        "AMAZON_CONNECT_CUSTOMER_PROFILES_API_KEY": "your_amazon_connect_customer_profiles_api_key"
      }
    }
  }
}

Environment Variables

AMAZON_CONNECT_CUSTOMER_PROFILES_API_KEY

Replace your_amazon_connect_customer_profiles_api_key with your actual amazon connect customer profiles api key

Endpoints

POST/domains/{DomainName}/profiles/keys

AddProfileKey

GET/domains/{DomainName}

GetDomain

POST/domains/{DomainName}

CreateDomain

PUT/domains/{DomainName}

UpdateDomain

DELETE/domains/{DomainName}

DeleteDomain

POST/domains/{DomainName}/workflows/integrations

CreateIntegrationWorkflow

POST/domains/{DomainName}/profiles

CreateProfile

PUT/domains/{DomainName}/profiles

UpdateProfile

POST/domains/{DomainName}/integrations/delete

DeleteIntegration

POST/domains/{DomainName}/profiles/delete

DeleteProfile