Manages AWS resources through the Model Context Protocol using AWS CLI or boto3.
The AWS Client provides functionality to interact with AWS services using the Model Context Protocol (MCP). It leverages either the AWS CLI or boto3 to manage AWS resources. The client supports various AWS profiles defined in the AWS configuration files, enabling users to interact with different AWS environments seamlessly. After installation and configuration, it integrates with MCP-compatible applications.
Key Features
010 GitHub stars
02Supports AWS profiles defined in ~/.aws/config and ~/.aws/credentials
03Create, list, and delete S3 buckets
04Modify S3 bucket permissions and policies
05Add, list, and remove S3 objects
06Deploy new images into a Fargate service
Use Cases
01Automated deployment of applications to AWS Fargate
02Programmatic management of S3 buckets and objects
03Integration with MCP-compatible applications for AWS resource management