AWS
Official
🏗️ Infrastructure
Access AWS services through AI with the official managed MCP server. Features SigV4 authentication, IAM-based permissions, and CloudTrail audit logging. Covers S3, EC2, Lambda, DynamoDB, and all major AWS services following best practices.
Tags
Tools (8)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"aws": {
"command": "uvx",
"args": [
"mcp-proxy-for-aws@latest",
"https://aws-mcp.us-east-1.api.aws/mcp"
],
"env": {
"AWS_ACCESS_KEY_ID": "your-aws-access-key-id-here",
"AWS_SECRET_ACCESS_KEY": "your-aws-secret-access-key-here",
"AWS_REGION": "your-aws-region-here"
}
}
}
}