AWS Documentation MCP Server
About
An MCP server for accessing and searching AWS documentation, with support for different partitions.
Details
- Author
- joseph19820124
- Categories
- Cloud Service, Other, Knowledge Base, Infrastructure, Search
- Tags
- #aws
Jump to
Setup
Install AWS Documentation MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/joseph19820124/aws-doc-sse
Follow the installation instructions in the repository README, then restart your MCP client.
An MCP server for accessing and searching AWS documentation, with support for different partitions.
Model Context Protocol (MCP) server for AWS Documentation
This MCP server provides tools to access AWS documentation, search for content, and get recommendations.
- Read Documentation: Fetch and convert AWS documentation pages to markdown format
- Search Documentation: Search AWS documentation using the official search API (global only)
- Recommendations: Get content recommendations for AWS documentation pages (global only)
- Get Available Services List: Get a list of available AWS services in China regions (China only)
- InstalluvfromAstralor theGitHub README
- Install Python 3.10 or newer usinguv python install 3.10(or a more recent version)
Configure the MCP server in your MCP client configuration (e.g., for Amazon Q Developer CLI, edit~/.aws/amazonq/mcp.json):
{ "mcpServers": { "awslabs.aws-documentation-mcp-server": { "command": "uvx", "args": ["awslabs.aws-documentation-mcp-server@latest"], "env": { "FASTMCP_LOG_LEVEL": "ERROR", "AWS_DOCUMENTATION_PARTITION": "aws" }, "disabled": false, "autoApprove": [] } } }
Note: SetAWS_DOCUMENTATION_PARTITIONtoaws-cnto query AWS China documentation instead of global AWS documentation.
or docker after a successfuldocker build -t mcp/aws-documentation .:
{ "mcpServers": { "awslabs.aws-documentation-mcp-server": { "command": "docker", "args": [ "run", "--rm", "--interactive", "--env", "FASTMCP_LOG_LEVEL=ERROR", "--env", "AWS_DOCUMENTATION_PARTITION=aws", "mcp/aws-documentation:latest" ], "env": {}, "disabled": false, "autoApprove": [] } } }
- "look up documentation on S3 bucket naming rule. cite your sources"
- "recommend content for pagehttps://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html"
Fetches an AWS documentation page and converts it to markdown format.
Searches AWS documentation using the official AWS Documentation Search API.
search_documentation(search_phrase: str, limit: int) -> list[dict]
Gets content recommendations for an AWS documentation page.
Gets a list of available AWS services in China regions.
Access, search, and get recommendations from public AWS documentation.
A suite of MCP servers providing AI applications with access to AWS documentation, contextual guidance, and best practices.
Search and retrieve detailed information, including READMEs, for Helm charts on Artifact Hub.
Search the Powertools for AWS Lambda documentation across multiple runtimes to find documentation and examples.
Get prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.
This AWS Labs Model Context Protocol (MCP) server for CloudTrail enables your AI agents to query AWS account activity for security investigations, compliance auditing, and operational troubleshooting.
Core AWS MCP server providing prompt understanding and server management capabilities.
Analyze CDK projects to identify AWS services used and get pricing information from AWS pricing webpages and API.
Deploy and operate workloads, secrets, and networking across AWS, GCP, Azure, and private clouds.
Help AI agents write accurate, up-to-date Kubernetes manifests by giving them the official Kubernetes API reference, so they can look up kinds, fields, and nested types with current specs across the latest and three previous Kubernetes versions
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





