MCP Servers / cloud-service / AWS Cognito MCP Server

AWS Cognito MCP Server

JSON →
stdionone2cloud-service

An MCP server for AWS Cognito, providing authentication and user management.

Install
How to run this server
[ { "cmd": "npx tsx", "imports": [] } ]
server path: aws-cognito-mcp-server
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envAWS_COGNITO_USER_POOL_ID
envAWS_COGNITO_USER_POOL_CLIENT_ID
Resources
AWS Cognito MCP Server — MCP Server · libregistry