Skip to content
MCP-Bridge
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_KEY

Example: 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_token

GetRoleCredentials

GET/assignment/roles#x-amz-sso_bearer_token&account_id

ListAccountRoles

GET/assignment/accounts#x-amz-sso_bearer_token

ListAccounts

POST/logout#x-amz-sso_bearer_token

Logout