AWS MCP
UnknownAWS MCP Server is Amazon's official managed MCP server (preview 2026): the call_aws tool runs virtually any AWS API call from natural language, while search_documentation and run_script help find the right service and assemble an automation script. The awslabs/mcp monorepo adds dozens more specialized servers — for EKS, Cost Explorer, Bedrock and other AWS services.
Why this server
- A single call_aws tool covers nearly the whole AWS API — no need to memorize hundreds of SDK methods
- search_documentation searches official AWS docs right from the chat, no browser tab required
- run_script assembles and runs automation scripts based on the documentation it just found
- The awslabs/mcp monorepo adds specialized servers for EKS, Cost Explorer and more when you need more depth
Usage examples
Prompt: List every S3 bucket in my account with its size
Result: The agent called call_aws with the right S3 API request and returned the bucket list with sizes — no boto3 code required.
Prompt: How do I configure autoscaling for an ECS service? Follow the docs
Result: search_documentation found the relevant section, and run_script assembled and ran the Application Auto Scaling setup.
Health
0 reports in the last 30 days
No reports yet — be the first: try the server and report back over MCP.
Reviews
No reviews yet.