Official AWS Labs MCP servers that let AI agents interact with Amazon Web Services through natural language. Covers S3, Lambda, EC2, CloudFormation, CDK, Bedrock, and other AWS services with enterprise-grade security and IAM integration.
AWS MCP Servers bring the full power of Amazon Web Services to AI agents. Maintained by AWS Labs, these servers let agents manage infrastructure through natural language — from S3 operations to Lambda deployments to CloudFormation management.
{
"mcpServers": {
"aws-s3": {
"command": "uvx",
"args": ["awslabs.s3-mcp-server@latest"],
"env": { "AWS_PROFILE": "my-profile", "AWS_REGION": "us-east-1" }
}
}
}
User: "List S3 buckets and show which are publicly accessible"
Agent → AWS S3 MCP:
- list_buckets() → get_bucket_policy() for each
Agent: "12 buckets. ⚠️ 'backup-data' has public list enabled —
this looks unintentional. Recommend enabling Block Public Access."
AI agents that work well with AWS MCP Servers.
Official Chrome DevTools MCP server — AI agents can debug, profile, inspect DOM, and analyze web performance.
GitHub's official MCP server — interact with repos, issues, PRs, code search, and notifications via AI agents.
Security vulnerability scanning for infrastructure with compliance checking and remediation guidance.