Skip to main content
Cloud PlatformsTypeScript

aashari/mcp-server-aws-sso

AWS Single Sign-On (SSO) integration enabling AI systems to securely interact with AWS resources by initiating SSO login, listing accounts/roles, and executing AWS CLI commands using temporary credentials.

cloud-platformscloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/aashari/mcp-server-aws-sso

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-server-aws-sso": {
      "command": "npx",
      "args": [
        "-y",
        "aashari/mcp-server-aws-sso"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Cloud Platforms
Language
TypeScript
Author
aashari