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
- 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-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_KEYReplace your_amazon_connect_customer_profiles_api_key with your actual amazon connect customer profiles api key
Endpoints
POST
/domains/{DomainName}/profiles/keysAddProfileKey
GET
/domains/{DomainName}GetDomain
POST
/domains/{DomainName}CreateDomain
PUT
/domains/{DomainName}UpdateDomain
DELETE
/domains/{DomainName}DeleteDomain
POST
/domains/{DomainName}/workflows/integrationsCreateIntegrationWorkflow
POST
/domains/{DomainName}/profilesCreateProfile
PUT
/domains/{DomainName}/profilesUpdateProfile
POST
/domains/{DomainName}/integrations/deleteDeleteIntegration
POST
/domains/{DomainName}/profiles/deleteDeleteProfile