AWS Single Sign-On Claude Desktop Config
Add the AWS Single Sign-On 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-sso": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-sso"
],
"env": {
"AWS_SINGLE_SIGN_ON_API_KEY": "your_aws_single_sign_on_api_key"
}
}
}
}Environment Variables
AWS_SINGLE_SIGN_ON_API_KEYReplace your_aws_single_sign_on_api_key with your actual aws single sign on api key
Endpoints
GET
/federation/credentials#role_name&account_id&x-amz-sso_bearer_tokenGetRoleCredentials
GET
/assignment/roles#x-amz-sso_bearer_token&account_idListAccountRoles
GET
/assignment/accounts#x-amz-sso_bearer_tokenListAccounts
POST
/logout#x-amz-sso_bearer_tokenLogout