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.jsonConfiguration 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
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.jsonEnvironment Variables
AWS_SSO_OIDC_API_KEYReplace your_aws_sso_oidc_api_key with your actual aws sso oidc api key
Endpoints
POST
/tokenCreateToken
POST
/client/registerRegisterClient
POST
/device_authorizationStartDeviceAuthorization