AWS Labs
AWS Labs ships a growing family of MCPs for S3, Lambda, EKS, CDK, etc. Modular install — pick the services you actually use.
Delv Safety Grade: A
Score 83/100 · assessed 2026-04-28
AWS Labs delivers an official, modular MCP toolkit for core AWS services including S3, Lambda, EKS, and CDK. The maintainer score is excellent given AWS's institutional backing and resources. Transparency is strong with open source code and documentation. However, the permissions footprint is substantial: full AWS API access via long-lived credentials means potential for writes, deletions, and infrastructure changes across multiple services. The supply chain score reflects the lack of standard package distribution (no npm/PyPI) and unclear install method, requiring users to build from source. No known security incidents. The modular design is a genuine safety improvement over monolithic cloud tools, letting teams scope down to specific services. Still, AWS credentials in environment variables grant broad cloud control, demanding careful IAM policy scoping and credential rotation practices.
Lethal Trifecta (prompt-injection exposure)
TWO OF THREEBroad cloud creds in scope. No untrusted-input ingestion in pure SDK usage. 2/3 only because nothing reads attacker content directly.
Green flags
- Official AWS Labs project with institutional backing
- Modular design lets users install only needed services
- Open source with documentation site
- No known security incidents or credential leaks
- Transparent AWS API usage patterns
Red flags
- Requires long-lived AWS credentials in environment variables
- Broad AWS API access across multiple services (S3, Lambda, EKS, CDK)
- No standard package distribution (npm/PyPI), unclear install method
- Write and delete capabilities across cloud infrastructure
- Credentials grant access beyond what MCP modules expose
Permissions requested
Review
If you run workloads on AWS and use Claude Desktop regularly, install the modules you actually need. The S3 and Lambda modules are solid enough for daily use. Skip it if you're multi-cloud or prefer CLI muscle memory over conversational queries.
Good at
- Modular install means you only load the AWS services you actually use, keeping startup fast and credential scope narrow.
- S3 and Lambda modules are mature enough for production triage and incident response.
- Uses standard AWS credential chain, so existing profiles and IAM roles just work.
- Official AWS backing means it won't vanish overnight and will track SDK changes.
- Clean mapping to AWS SDK operations makes behaviour predictable if you know the underlying APIs.
Watch out
- Some modules like CDK are still experimental and not ready for serious use.
- Error messages sometimes surface raw SDK exceptions that aren't beginner-friendly.
- Repo documentation is sparse. You'll need to read per-module READMEs and sometimes the source.
- Update cadence follows enterprise timelines, so new AWS features may lag.
- No unified installer. You configure each module separately, which adds friction if you need several.
Getting started
Works with
Similar MCPs
- ESXi MCPManages VMware ESXi and vCenter for VM lifecycle and real-time performance monitoring via REST and SSE.
- TerraformHashiCorp's official Terraform MCP. Connects agents to the Terraform Registry for module discovery and infrastructure-as-code automation.
- HerokuHeroku's official MCP. Manage apps, databases, dynos, and pipelines through the platform CLI from inside an agent.
- LocalStackLocalStack's official MCP. Drive a local AWS environment from chat: create stacks, set quotas, inspect emulated services.