About
Overview
The AWS MCP Server provides a comprehensive gateway to Amazon Web Services through MCP. AI agents can manage EC2 instances, invoke Lambda functions, work with S3 storage, configure IAM policies, query CloudWatch metrics, and interact with dozens of other AWS services. Uses AWS SDK credentials for authentication.
Capabilities
Tools & Capabilities
⚡list_ec2_instances
List EC2 instances with their status
⚡invoke_lambda
Invoke a Lambda function
⚡describe_stack
Describe a CloudFormation stack
⚡get_metric
Query CloudWatch metrics
⚡list_iam_roles
List IAM roles
⚡describe_rds
Describe RDS database instances
Setup
Installation
bash
Install
npx -y @awslabs/mcp-server-awsExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"aws": {
"command": "npx",
"args": ["-y", "@awslabs/mcp-server-aws"],
"env": {
"AWS_REGION": "us-east-1",
"AWS_ACCESS_KEY_ID": "your-key",
"AWS_SECRET_ACCESS_KEY": "your-secret"
}
}
}
}Quick Info
Authorawslabs
LanguageTypeScript
StatusStable
Stars★ 420
Last UpdatedFeb 12, 2026