Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Single Sign-On MCP Config

<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

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-sso.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-sso.json to fetch programmatically.

{
  "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"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-sso.json

Environment Variables

AWS_SINGLE_SIGN_ON_API_KEY

Replace 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_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