Skip to content
MCP-Bridge
Cloud Infrastructure

AWS SSO Identity Store Claude Desktop Config

Add the AWS SSO Identity Store 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-identitystore": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-identitystore"
      ],
      "env": {
        "AWS_SSO_IDENTITY_STORE_API_KEY": "your_aws_sso_identity_store_api_key"
      }
    }
  }
}

Environment Variables

AWS_SSO_IDENTITY_STORE_API_KEY

Replace your_aws_sso_identity_store_api_key with your actual aws sso identity store api key

Endpoints

POST/#X-Amz-Target=AWSIdentityStore.CreateGroup

CreateGroup

POST/#X-Amz-Target=AWSIdentityStore.CreateGroupMembership

CreateGroupMembership

POST/#X-Amz-Target=AWSIdentityStore.CreateUser

CreateUser

POST/#X-Amz-Target=AWSIdentityStore.DeleteGroup

DeleteGroup

POST/#X-Amz-Target=AWSIdentityStore.DeleteGroupMembership

DeleteGroupMembership

POST/#X-Amz-Target=AWSIdentityStore.DeleteUser

DeleteUser

POST/#X-Amz-Target=AWSIdentityStore.DescribeGroup

DescribeGroup

POST/#X-Amz-Target=AWSIdentityStore.DescribeGroupMembership

DescribeGroupMembership

POST/#X-Amz-Target=AWSIdentityStore.DescribeUser

DescribeUser

POST/#X-Amz-Target=AWSIdentityStore.GetGroupId

GetGroupId