awslabs/mcp
AWS MCP servers for seamless integration with AWS services and resources.
Ads
Overview
AWS MCP servers for seamless integration with AWS services and resources.
Installation
uvx awslabs.aws-documentation-mcp-server@latest
Configuration
{
"mcpServers": {
"awslabs.aws-documentation-mcp-server": {
"command": "uvx",
"args": [
"awslabs.aws-documentation-mcp-server@latest"
],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR",
"AWS_DOCUMENTATION_PARTITION": "aws",
"MCP_USER_AGENT": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"
},
"disabled": false,
"autoApprove": []
}
}
}Capabilities
- Read any AWS documentation page
Fetch a docs page and convert it to Markdown with `read_documentation`.
- Search across AWS docs
Find relevant pages by keyword, product type, or guide type using `search_documentation`.
- Extract specific sections
Pull only the sections you need from a page with `read_sections`.
- Query large tables
Search rows in service quota or pricing tables without reading the whole page via `search_table`.
- Get related content
Discover recommended pages for a given documentation URL using `recommend`.
Tags
- documentation
- document
- search
- knowledge-retrieval
- web-research
Related MCP servers
Metabase
OfficialOfficial Metabase MCP server for searching data, building queries on the semantic layer, and visualizing results through MCP clients.
AWS CloudTrail
OfficialThis 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.
AWS Bedrock KB Retrieval
OfficialQuery Amazon Bedrock Knowledge Bases using natural language to retrieve relevant information from your data sources.
AWS CDK
OfficialGet prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.