Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Server Aws Cognito

    2 stars
    JavaScript
    Updated Sep 8, 2025

    Table of Contents

    • Prerequisites
    • Installation
    • AWS Cognito Configuration
    • Available Tools
    • Using with Claude Desktop
    • Using with Claude Code
    • Development
    • Debugging

    Table of Contents

    • Prerequisites
    • Installation
    • AWS Cognito Configuration
    • Available Tools
    • Using with Claude Desktop
    • Using with Claude Code
    • Development
    • Debugging

    Documentation

    AWS Cognito MCP Server

    A Model Context Protocol (MCP) server implementation that connects to AWS Cognito for authentication and user management. This server provides a set of tools for user authentication flows including sign-up, sign-in, password management, and more.

    Prerequisites

    • AWS account with Cognito User Pool configured
    • Node.js 18 or higher

    Installation

    bash
    # Clone the repository
    git clone https://github.com/yourusername/mcp-server-aws-cognito.git
    
    # Install dependencies
    cd mcp-server-aws-cognito
    npm install
    
    # Build the server
    npm run build

    AWS Cognito Configuration

    1. Log in to your AWS Console and navigate to Amazon Cognito

    2. Create a User Pool or use an existing one

    3. Note your User Pool ID and App Client ID

    4. Set these values as environment variables or in a .env file (you need .env file only when you use claude code, not claude desktop):

    code
    AWS_COGNITO_USER_POOL_ID=your-user-pool-id
    AWS_COGNITO_USER_POOL_CLIENT_ID=your-app-client-id

    Available Tools

    Tool NameDescriptionParameters
    sign_upRegister a new useremail: string, password: string
    sign_up_confirm_code_from_emailVerify account with confirmation codeusername: string, confirmationCode: string
    sign_inAuthenticate a userusername: string, password: string
    sign_outSign out the current userNone
    getCurrentUserGet the current signed-in userNone
    reset_password_send_codeRequest password reset codeusername: string
    reset_password_veryify_codeReset password with verification codeusername: string, code: string, newPassword: string
    change_passwordChange password for signed-in useroldPassword: string, newPassword: string
    refresh_sessionRefresh the authentication tokensNone
    update_user_attributesUpdate user profile attributesattributes: Array of {name: string, value: string}
    delete_userDelete the current signed-in userNone
    resend_confirmation_codeResend account verification codeusername: string
    verify_software_tokenVerify TOTP for MFAusername: string, totpCode: string

    The Inspector will provide a URL to access debugging tools in your browser.

    Using with Claude Desktop

    Before starting make sure Node.js is installed on your desktop for npx to work.

    1. Go to: Settings > Developer > Edit Config

    2. Add the following to your claude_desktop_config.json:

    json
    {
      "mcpServers": {
        "aws-cognito-mcp-server": {
          "command": "/path/to/mcp-server-aws-cognito/build/index.js",
          "env": {
            "AWS_COGNITO_USER_POOL_ID": "your-user-pool-id",
            "AWS_COGNITO_USER_POOL_CLIENT_ID": "your-app-client-id"
          }
        }
      }
    }

    Using with Claude Code

    Claude Code is a command-line interface for Claude. To use this MCP server with Claude Code:

    1. Install Claude Code by following the instructions at Claude Code Documentation

    2. Add the MCP server to Claude Code:

    bash
    claude mcp add "aws-cognito-mcp" npx tsx index.ts

    3. Verify it's been added:

    bash
    claude mcp list

    4. Run Claude with your MCP server:

    bash
    claude

    Development

    For development with auto-rebuild:

    bash
    npm run watch

    Debugging

    Since MCP servers communicate over stdio, debugging can be challenging. Use the MCP Inspector for better visibility:

    bash
    npm run inspector

    Now you can use the AWS Cognito authentication tools with Claude!

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k