AM
AWS MCP Servers
Official AWS Labs collection of MCP servers across the AWS ecosystem.
Last updated July 18, 2026
Cloud & InfrastructureLocal · stdioPython9.5k
Overview
AWS Labs' official collection of specialized MCP servers covering core AWS services, giving an agent tools for querying documentation, managing infrastructure, and working across the AWS ecosystem through a modular core server plus service-specific extensions.
Use cases
Ask an agent to look up current AWS service documentation while writing infrastructure code.
Query and manage AWS resources across services from one entry point.
Get AWS best-practice guidance grounded in official docs rather than training data.
Install
{
"mcpServers": {
"awslabs-core-mcp-server": {
"command": "uvx",
"args": [
"awslabs.core-mcp-server@latest"
],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
}
}
}
}FAQ
It's a monorepo of many specialized servers (core, plus service-specific ones like AWS Documentation, CDK, and Cost Explorer) that can be installed individually as needed.