@gitcarrot/mcp-server-aws-cognito

devops-infra MCP Server

AWS Cognito authentication server for Model Context Protocol

Install Ready
devops-infradevops-infraaws
4 views2 stars2 forksv1.0.0ISC

Why This Matters

Discovered via unknown and last synced 3mo ago.

Install Ready
Source
unknown
Stars
2
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx @gitcarrot/mcp-server-aws-cognito

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "-gitcarrot-mcp-server-aws-cognito": {
      "command": "npx",
      "args": [
        "@gitcarrot/mcp-server-aws-cognito"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

14
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (14)

getCurrentUser

Get the current signed-in user

reset_password_send_code

Request password reset code

Description

Parameters

sign_in

Authenticate a user

refresh_session

Refresh the authentication tokens

update_user_attributes

Update user profile attributes

resend_confirmation_code

Resend account verification code

sign_out

Sign out the current user

verify_software_token

Verify TOTP for MFA

change_password

Change password for signed-in user

delete_user

Delete the current signed-in user

reset_password_veryify_code

Reset password with verification code

sign_up_confirm_code_from_email

Verify account with confirmation code

sign_up

Register a new user