Amazon Cognito Sync Claude Desktop Config
Add the Amazon Cognito Sync 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-cognito-sync": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-cognito-sync"
],
"env": {
"AMAZON_COGNITO_SYNC_API_KEY": "your_amazon_cognito_sync_api_key"
}
}
}
}Environment Variables
AMAZON_COGNITO_SYNC_API_KEYReplace your_amazon_cognito_sync_api_key with your actual amazon cognito sync api key
Endpoints
POST
/identitypools/{IdentityPoolId}/bulkpublishBulkPublish
GET
/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}DescribeDataset
POST
/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}UpdateRecords
DELETE
/identitypools/{IdentityPoolId}/identities/{IdentityId}/datasets/{DatasetName}DeleteDataset
GET
/identitypools/{IdentityPoolId}DescribeIdentityPoolUsage
GET
/identitypools/{IdentityPoolId}/identities/{IdentityId}DescribeIdentityUsage
POST
/identitypools/{IdentityPoolId}/getBulkPublishDetailsGetBulkPublishDetails
GET
/identitypools/{IdentityPoolId}/eventsGetCognitoEvents
POST
/identitypools/{IdentityPoolId}/eventsSetCognitoEvents
GET
/identitypools/{IdentityPoolId}/configurationGetIdentityPoolConfiguration