# AWS MCP

> Perform complex multi-step AWS tasks with real-time documentation, API execution, and Agent SOPs following AWS best practices. Use when mentioning AWS CLI, AWS API, AWS tasks, or AWS automation.

- Skill: `whchoi98/aws-mcp` (Agent Skill)
- Install (CLI): `npx skillmds@latest add whchoi98/aws-mcp`
- Raw SKILL.md: https://api.skillmd.com/api/skills/whchoi98/aws-mcp/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: whchoi98 (https://skillmd.com/u/whchoi98)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/whchoi98/aws-mcp

---


# Work with AWS

## Key Capabilities
- Execute 15,000+ AWS APIs with SigV4 authentication
- Search AWS documentation, best practices, and guides
- Pre-built Agent SOPs for complex workflows (VPC setup, Lambda deployment, etc.)
- Regional availability checks
- Cost management and optimization

## Tools
- search_documentation / read_documentation / recommend
- call_aws / suggest_aws_commands
- retrieve_agent_sop
- get_regional_availability / list_regions

## MCP Server Config
```json
{
  "mcpServers": {
    "aws-mcp": {
      "command": "uvx",
      "args": ["awslabs.aws-mcp@latest"],
      "env": {
        "AWS_PROFILE": "default",
        "AWS_REGION": "us-east-1"
      }
    }
  }
}
```

Requires AWS CLI v2+ and uv installed.

