Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon Cognito Sync Claude Desktop Config

Add the Amazon Cognito Sync 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-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_KEY

Replace your_amazon_cognito_sync_api_key with your actual amazon cognito sync api key

Endpoints

POST/identitypools/{IdentityPoolId}/bulkpublish

BulkPublish

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}/getBulkPublishDetails

GetBulkPublishDetails

GET/identitypools/{IdentityPoolId}/events

GetCognitoEvents

POST/identitypools/{IdentityPoolId}/events

SetCognitoEvents

GET/identitypools/{IdentityPoolId}/configuration

GetIdentityPoolConfiguration