Skip to content
MCP-Bridge
Cloud Infrastructure

AWS SSO OIDC MCP Config

<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

Config URL

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

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

Configuration JSON

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

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

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-oidc.json

Environment Variables

AWS_SSO_OIDC_API_KEY

Replace your_aws_sso_oidc_api_key with your actual aws sso oidc api key

Endpoints

POST/token

CreateToken

POST/client/register

RegisterClient

POST/device_authorization

StartDeviceAuthorization