The AWS MCP Server provides Claude with access to over 200 AWS services by wrapping the AWS CLI through two tools: `aws_cli_help` for retrieving command documentation and `aws_cli_pipeline` for executing AWS CLI commands with optional piping support. It solves the problem of needing individual API wrappers for each AWS service by leveraging the CLI itself, allowing Claude to learn and execute commands dynamically while respecting the user's IAM policy controls.
claude mcp add --transport stdio alexei-led-aws-mcp-server uvx aws-mcp-server