Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
This package provides a Model Context Protocol (MCP) server for accessing AWS documentation, allowing users to read, search, and get recommendations for AWS documentation, and list available services
Add this to your MCP client configuration:
{
"mcpServers": {
"aws-aws-documentation-mcp-server": {
"command": "uvx",
"args": [
"awslabs.aws-documentation-mcp-server@latest"
],
"env": {
"FASTMCP_LOG_LEVEL": "<Sets the logging level for FastMCP.>",
"AWS_DOCUMENTATION_PARTITION": "<Specifies the AWS documentation partition to query ('aws' for global, 'aws-cn' for China).>"
}
}
}
}{
"id": "aws-aws-documentation-mcp-server",
"name": "AWS Documentation",
"description": "This package provides a Model Context Protocol (MCP) server for accessing AWS documentation, allowing users to read, search, and get recommendations for AWS documentation, and list available services ",
"source_url": "https://github.com/awslabs/mcp/tree/HEAD/src/aws-documentation-mcp-server",
"publisher_name": "awslabs",
"publisher_url": "https://github.com/awslabs",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 613996,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "awslabs.aws-documentation-mcp-server"
},
"tools_count": 3
}