Cloud InfrastructureAuto-generated
AWS Single Sign-On MCP Server
<p>AWS IAM Identity Center (successor to AWS Single Sign-On) Portal is a web service that makes it easy for you to assign user access to IAM Identity Center resources such as the AWS access portal. Users can get AWS account applications and roles assigned to them and get federated into the applicati
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-sso
Environment Variables
AWS_SINGLE_SIGN_ON_API_KEYExample: your_aws_single_sign_on_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"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"
}
}
}
}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