- Home
- MCP servers
- AWS Documentation
AWS Documentation
- python
0
GitHub Stars
python
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"daniel-levesque-aws-documentation-mcp-server": {
"command": "uvx",
"args": [
"awslabs.aws-documentation-mcp-server@latest"
],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR",
"AWS_DOCUMENTATION_PARTITION": "aws"
}
}
}
}You can run a specialized MCP Server to access AWS documentation, search content, and get recommendations. This server is designed to help you fetch AWS docs, perform global searches, receive content suggestions, and list available services in China regions when needed. It’s useful for building tools, chat assistants, or developer experiences that rely on up-to-date AWS documentation data.
How to use
You will configure an MCP client to connect to the AWS Documentation MCP Server. You can run the server locally with a runtime like uvx or with Docker, then point your MCP client to the local process. Use the server to fetch documentation pages, search AWS docs, and request recommendations for specific pages.
Common workflows include looking up AWS documentation topics, requesting recommendations for related pages, and retrieving the list of AWS services available in China regions when needed. You can pass a URL or a page title as input to get relevant results.
How to install
Prerequisites: you need Python 3.10+ or a runtime that supports the MCP ecosystem, plus the MCP runner you choose (such as uvx or Docker). Ensure your environment is ready for running the server locally.
Additional notes
Two common ways to run the server are with a local runtime (uvx) or with Docker. You can configure your MCP client to point to one of these runtime commands and provide necessary environment variables.
Available tools
read_documentation
Fetches an AWS documentation page and converts it to markdown format.
search_documentation
Searches AWS documentation using the official AWS Documentation Search API (global only).
recommend
Gets content recommendations for an AWS documentation page (global only).
get_available_services
Gets a list of available AWS services in China regions.