This lets Claude interact with any AWS service through natural language by wrapping the AWS SDK. You'd reach for it when you want to manage EC2 instances, query DynamoDB tables, check S3 buckets, or hit any other AWS API without leaving your conversation. The standout feature is built-in SSO re-login support, so you won't get stuck mid-task when your AWS session expires. It handles the authentication dance automatically, which is especially useful if you're working with organizations that enforce short-lived credentials. Works over stdio transport and covers the full AWS API surface rather than cherry-picking specific services.
claude mcp add --transport stdio io.github.yawlabs-aws-mcp uvx aws-mcp