AWS MCP Server
JSON →An MCP server for AWS operations, supporting S3 and DynamoDB services. Requires AWS credentials.
Install
npx -y @smithery/cli Tools · 10
- list_s3_buckets List all S3 buckets in the AWS account
- describe_ec2_instances Describe EC2 instances with optional filters
- list_lambda_functions List all Lambda functions in the region
- describe_cloudformation_stacks Describe CloudFormation stacks with optional filters
- list_iam_roles List all IAM roles in the account
- describe_rds_instances Describe RDS instances with optional filters
- list_dynamodb_tables List all DynamoDB tables in the region
- describe_ecs_clusters Describe ECS clusters with optional filters
- list_sqs_queues List all SQS queues in the region
- describe_elb_load_balancers Describe ELB load balancers with optional filters
Environment variables
AWS_ACCESS_KEY_IDAWS_SECRET_ACCESS_KEY
Links
★ 128 GitHub stars