AWS Documentation
AWS Labs' Documentation MCP. Real-time, scoped access to AWS docs, API references, and What's New posts. Stops the agent guessing IAM syntax.
Delv Safety Grade: A+
Score 93/100 · assessed 2026-04-18
AWS Documentation MCP is a read-only documentation lookup server from AWS Labs, the experimental arm of Amazon Web Services. It queries official AWS documentation, API references, and What's New announcements without touching your infrastructure or credentials. The server is distributed via PyPI with standard uvx installation, open-sourced under Apache 2.0, and maintained by AWS's own engineering teams. The only environment variable required is AWS_DOCUMENTATION_PARTITION, which selects the documentation region (aws, aws-cn, aws-us-gov) rather than granting access to your account. Permissions are strictly network outbound to fetch documentation and no filesystem or shell access is involved. The supply chain is clean: official AWS package namespace, versioned releases, and transparent GitHub repository with active maintenance. No security incidents on record. This is as safe as third-party tooling gets: a major cloud vendor providing read-only access to their own public documentation corpus.
Green flags
- Official AWS Labs project with institutional backing and maintenance
- Read-only documentation access, no AWS account credentials required
- Distributed via PyPI under awslabs namespace with versioned releases
- Apache 2.0 licensed with full source transparency on GitHub
- Prevents IAM policy syntax errors by providing canonical references
Red flags
- AWS Labs designation means experimental status, not core AWS product support
- Requires network access to AWS documentation endpoints
- Documentation partition env var could be misconfigured for region
Permissions requested
Install
uvx awslabs.aws-documentation-mcp-server@latest
AWS_DOCUMENTATION_PARTITIONReview
Install this if you write AWS infrastructure code daily and you're tired of Claude inventing IAM syntax. Skip it if you only touch AWS once a quarter or you prefer the AWS CLI's built-in help text. The partition variable requirement is a small price for always-current documentation.
Good at
- Stops Claude hallucinating IAM syntax or deprecated API parameters by fetching official AWS docs on demand.
- What's New integration surfaces recent service changes you'd otherwise miss when recommending or refactoring AWS resources.
- Scoped fetching keeps context lean; it doesn't dump the entire AWS documentation library into every query.
- First-party AWS Labs project, so the documentation source is canonical and the server gets updated when AWS changes its docs structure.
Watch out
- Requires an internet connection; no offline cache, so it's useless in air-gapped or low-connectivity environments.
- Partition environment variable is mandatory and non-obvious; forget to set it and the server silently fails to start.
- What's New posts only cover recent months, so you can't query historical announcements for older services or features.
- Read-only access means you can't submit corrections or flag outdated examples through the MCP, even if you spot an error.
Use cases
- Looking up an IAM policy element on demand
- Citing the right API call in a refactor
- Reading What's New posts before recommending a service
- Cross-checking deprecated endpoints
Getting started
Works with
Similar MCPs
- MobbinReference 621,500+ real app screens from inside Claude, Cursor, and other AI tools. Mobbin's design library exposed as MCP so agents can work from real UI patterns instead of guessing.
- Discogs MCPSearches the Discogs music catalogue for releases, artists, labels, and marketplace listings.
- Unsplash MCPSearches Unsplash for high-quality stock photos with filters for orientation, colour, and size.
- OP.GG MCPProvides gaming data for League of Legends, TFT, and Valorant including champion analytics, esports schedules, and meta comps.