Back to directory
gitcarrot/mcp-server-aws-cognito

gitcarrot/mcp-server-aws-cognito

@gitCarrot

A Model Context Protocol (MCP) server implementation that connects to AWS Cognito for authentication and user management.

aws-cognitoauthenticationuser-managementmcp-servercloud-serviceawscognitocloud

Installation & Configuration

{
  "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"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/12
Updated
2026/6/13