Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

AWS SSO OIDC MCP Server

<p>AWS IAM Identity Center (successor to AWS Single Sign-On) OpenID Connect (OIDC) is a web service that enables a client (such as AWS CLI or a native application) to register with IAM Identity Center. The service also enables the client to fetch the user’s access token upon successful authenticatio

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-sso-oidc

Environment Variables

AWS_SSO_OIDC_API_KEY

Example: your_aws_sso_oidc_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "amazonaws-com-sso-oidc": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-sso-oidc"],
      "env": {
      "AWS_SSO_OIDC_API_KEY": "your_aws_sso_oidc_api_key"
}
    }
  }
}

Endpoints

POST/token

CreateToken

POST/client/register

RegisterClient

POST/device_authorization

StartDeviceAuthorization