awslabs.aws-documentation-mcp-server
An AWS Labs Model Context Protocol (MCP) server for AWS Documentation
What it is and what it does
This package is an MCP (Model Context Protocol) server that bridges AWS documentation and AI assistants. It runs as a subprocess in compatible editors and IDEs (Cursor, VS Code, Kiro) and exposes AWS documentation as a set of tools: read full pages as markdown, search documentation using AWS's official search API, fetch specific sections, filter large tables without loading entire pages, and get content recommendations. It supports both global AWS and AWS China documentation partitions via environment configuration.
The server is built on standard web-fetching libraries (httpx, beautifulsoup4, markdownify) to scrape and convert AWS documentation to markdown, and uses pydantic for structured responses. It's designed for developers who want their AI coding assistant to have real-time access to AWS documentation without manual lookups. Installation is straightforward via pip or uv, and configuration is a JSON block in your client's MCP settings.
Use it for:
- Ask an AI assistant to look up AWS S3 bucket naming rules or service quotas without leaving your editor.
- Search AWS documentation for a specific feature or service within an IDE conversation without context switching.
- Retrieve and filter large AWS pricing or service-quota tables by specific criteria without loading the full page.
- Get content recommendations for an AWS documentation page to discover related guides and best practices.
- Query AWS China documentation partition when working with AWS GovCloud or China region deployments.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides an MCP server that exposes AWS documentation as searchable tools for AI assistants and code editors, enabling retrieval, search, and recommendations across AWS service guides.
Yes, if you use an MCP-compatible editor (Cursor, VS Code, Kiro) and want your AI assistant to access live AWS documentation. Installation is low-friction, the package is actively maintained, and the Apache-2.0 license poses no restrictions. The only gotcha is that it requires Python 3.10+ and runs as a server subprocess, not a library you import directly—so it's only useful within an MCP client, not in standalone scripts.
Install
awslabs-aws-documentation-mcp-server on PyPI
pip
pip install awslabs-aws-documentation-mcp-serveruv
uv add awslabs-aws-documentation-mcp-serverpoetry
poetry add awslabs-aws-documentation-mcp-serverInstalling awslabs.aws-documentation-mcp-server
Before you install
Low friction install via wheel distribution. Active maintenance with recent release (4 days old) and high repository engagement (9598 stars). Requires Python 3.10 or newer and depends on six common libraries (httpx, beautifulsoup4, pydantic, loguru, markdownify, mcp).
License in practice
Apache-2.0 permissive license allows commercial use, modification, and distribution with minimal restrictions—suitable for most projects.
Quickstart
# Install via uv or pip
pip install awslabs.aws-documentation-mcp-server
# Configure in your MCP client (e.g., Cursor, VS Code, Kiro):
# Add to mcpServers config with command: uvx awslabs.aws-documentation-mcp-server@latest
# Set env vars: FASTMCP_LOG_LEVEL=ERROR, AWS_DOCUMENTATION_PARTITION=aws
Requires Python 3.10 or newer. Designed to run as an MCP server subprocess (not a direct library import); intended for use within MCP-compatible clients like Cursor, VS Code, or Kiro, not standalone Python scripts.
Verify before relying
- Whether search and recommendation features work reliably across all AWS service categories and documentation page types.
- Performance characteristics when searching large documentation tables or pages with hundreds of rows.
- Behavior and fallback handling when behind corporate proxies or firewalls that block User-Agent strings.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 6 — beautifulsoup4, httpx, loguru, markdownify, mcp, pydantic |
| Maintenance | actively maintained — 4 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 935,888/month — #4,693 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: awslabs_aws_documentation_mcp_server-1.1.30-py3-none-any.whl
Tags
More Documentation packages
Docutils converts plaintext documentation in…
unclear · top 1,000 on PyPI
SphinxSphinx generates professional documentation…
permissive · top 1,000 on PyPI
griffeGriffe extracts the complete structure and…
permissive · top 1,000 on PyPI
sphinxcontrib-serializinghtmlA Sphinx extension that outputs documentation…
permissive · top 1,000 on PyPI
alabasterAlabaster is a clean, responsive Sphinx theme…
permissive · top 1,000 on PyPI
sphinxcontrib-htmlhelpA Sphinx extension that generates HTML help…
permissive · top 1,000 on PyPI
awslabs.aws-api-mcp-serverExposes AWS services to AI assistants through…
permissive · top 15,000 on PyPI
awslabs.aws-pricing-mcp-serverAn MCP server that exposes AWS pricing data and…
permissive · top 15,000 on PyPI
awslabs.bedrock-kb-retrieval-mcp-serverAn MCP server that connects AI tools to Amazon…
permissive · top 15,000 on PyPI
awslabs.eks-mcp-serverConnects AI code assistants to Amazon EKS…
permissive · top 15,000 on PyPI
awslabs.redshift-mcp-serverProvides a Model Context Protocol (MCP) server…
permissive · top 15,000 on PyPI
awslabs.aws-iac-mcp-serverProvides an MCP server that validates…
permissive · top 15,000 on PyPI
awslabs.cloudwatch-mcp-serverExposes CloudWatch metrics, logs, alarms, and…
permissive · top 15,000 on PyPI
awslabs.billing-cost-management-mcp-serverExposes AWS Billing and Cost Management APIs…
permissive · top 15,000 on PyPI
arxiv-mcp-serverAn MCP server that exposes arXiv search, paper…
permissive · top 15,000 on PyPI
mcp-server-appwriteExposes Appwrite's backend-as-a-service…
unclear · top 15,000 on PyPI