Back to directory
aws-cognito-mcp-server

aws-cognito-mcp-server

@gitCarrot2

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

awscognitoauthenticationuser-managementcloud

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
2025/3/23
Updated
2026/6/7