AWS Cognito MCP Server
JSON →An MCP server for AWS Cognito, providing authentication and user management.
Install
npx tsx Tools · 13
- sign_up Register a new user
- sign_up_confirm_code_from_email Verify account with confirmation code
- sign_in Authenticate a user
- sign_out Sign out the current user
- getCurrentUser Get the current signed-in user
- reset_password_send_code Request password reset code
- reset_password_veryify_code Reset password with verification code
- change_password Change password for signed-in user
- refresh_session Refresh the authentication tokens
- update_user_attributes Update user profile attributes
- delete_user Delete the current signed-in user
- resend_confirmation_code Resend account verification code
- verify_software_token Verify TOTP for MFA
Environment variables
AWS_COGNITO_USER_POOL_IDAWS_COGNITO_USER_POOL_CLIENT_ID
Links
★ 2 GitHub stars