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.
Quick Start
Clone the repository:
git clone https://github.com/aashari/mcp-server-aws-ssoClaude 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.