skillfed

awslabs.aws-documentation-mcp-server

An AWS Labs Model Context Protocol (MCP) server for AWS Documentation

awslabs-aws-documentation-mcp-server v1.1.30 935.9K downloads/30d#4,693 on PyPI9,598
Permissive license Apache-2.0 Active released

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-server

uv

uv add awslabs-aws-documentation-mcp-server

poetry

poetry add awslabs-aws-documentation-mcp-server

Installing 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

License :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13

Tags

aws documentation apimcp server aws docsai assistant aws integrationaws documentation searchmodel context protocol aws
mcp-serveraws-integrationai-assistant

More Documentation packages

docutils

Docutils converts plaintext documentation in…

unclear · top 1,000 on PyPI

Sphinx

Sphinx generates professional documentation…

permissive · top 1,000 on PyPI

griffe

Griffe extracts the complete structure and…

permissive · top 1,000 on PyPI

sphinxcontrib-serializinghtml

A Sphinx extension that outputs documentation…

permissive · top 1,000 on PyPI

alabaster

Alabaster is a clean, responsive Sphinx theme…

permissive · top 1,000 on PyPI

sphinxcontrib-htmlhelp

A Sphinx extension that generates HTML help…

permissive · top 1,000 on PyPI

awslabs.aws-api-mcp-server

Exposes AWS services to AI assistants through…

permissive · top 15,000 on PyPI

awslabs.aws-pricing-mcp-server

An MCP server that exposes AWS pricing data and…

permissive · top 15,000 on PyPI

awslabs.bedrock-kb-retrieval-mcp-server

An MCP server that connects AI tools to Amazon…

permissive · top 15,000 on PyPI

awslabs.eks-mcp-server

Connects AI code assistants to Amazon EKS…

permissive · top 15,000 on PyPI

awslabs.redshift-mcp-server

Provides a Model Context Protocol (MCP) server…

permissive · top 15,000 on PyPI

awslabs.aws-iac-mcp-server

Provides an MCP server that validates…

permissive · top 15,000 on PyPI

awslabs.cloudwatch-mcp-server

Exposes CloudWatch metrics, logs, alarms, and…

permissive · top 15,000 on PyPI

awslabs.billing-cost-management-mcp-server

Exposes AWS Billing and Cost Management APIs…

permissive · top 15,000 on PyPI

arxiv-mcp-server

An MCP server that exposes arXiv search, paper…

permissive · top 15,000 on PyPI

mcp-server-appwrite

Exposes Appwrite's backend-as-a-service…

unclear · top 15,000 on PyPI

Further reading