Cloud Infrastructure
Verified
Trust: 54/100 (Fair)AWS MCP Guide
Manage AWS resources, query CloudWatch metrics, interact with EC2 instances, and manage IAM policies.
673 stars 25,400 downloadsby Amazon Web Services
Quick Start
Install
npx @mcp/awsClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"aws-mcp": {
"command": "npx",
"args": [
"@mcp/aws"
]
}
}
}What AWS MCP Can Do
manage_ec2
Manage EC2 instances
query_cloudwatch
Query CloudWatch metrics and logs
manage_iam
Manage IAM roles and policies
Permissions Required
AWS MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
aws.read | Read AWS resource state | low |
aws.write | Modify AWS resources | critical |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Supported |
| LangChain | Supported |
| AutoGen | Partial |