Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon Cognito Identity Claude Desktop Config

Add the Amazon Cognito Identity 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-identity": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-cognito-identity"
      ],
      "env": {
        "AMAZON_COGNITO_IDENTITY_API_KEY": "your_amazon_cognito_identity_api_key"
      }
    }
  }
}

Environment Variables

AMAZON_COGNITO_IDENTITY_API_KEY

Replace your_amazon_cognito_identity_api_key with your actual amazon cognito identity api key

Endpoints

POST/#X-Amz-Target=AWSCognitoIdentityService.CreateIdentityPool

CreateIdentityPool

POST/#X-Amz-Target=AWSCognitoIdentityService.DeleteIdentities

DeleteIdentities

POST/#X-Amz-Target=AWSCognitoIdentityService.DeleteIdentityPool

DeleteIdentityPool

POST/#X-Amz-Target=AWSCognitoIdentityService.DescribeIdentity

DescribeIdentity

POST/#X-Amz-Target=AWSCognitoIdentityService.DescribeIdentityPool

DescribeIdentityPool

POST/#X-Amz-Target=AWSCognitoIdentityService.GetCredentialsForIdentity

GetCredentialsForIdentity

POST/#X-Amz-Target=AWSCognitoIdentityService.GetId

GetId

POST/#X-Amz-Target=AWSCognitoIdentityService.GetIdentityPoolRoles

GetIdentityPoolRoles

POST/#X-Amz-Target=AWSCognitoIdentityService.GetOpenIdToken

GetOpenIdToken

POST/#X-Amz-Target=AWSCognitoIdentityService.GetOpenIdTokenForDeveloperIdentity

GetOpenIdTokenForDeveloperIdentity