aws-mcp (via mcp2cli)
Execute AWS CLI commands or get suggestions for AWS operations via natural language.
Shortcuts
mcp2cli aws <cmd>(alias formcp2cli aws-mcp <cmd>)
Commands
AWS
| Command | Description | Example | Ref |
|---|---|---|---|
mcp2cli aws call |
Execute AWS CLI commands directly | mcp2cli aws call --cli-command 'aws s3api list-buckets --region us-east-1'mcp2cli aws call --cli-command 'aws ec2 describe-instances --region us-east-1' |
ref |
mcp2cli aws suggest |
Suggest AWS CLI commands from natural language | mcp2cli aws suggest --query 'List all running EC2 instances in us-east-1'mcp2cli aws suggest --query 'Create an S3 bucket with versioning enabled' |
ref |
Discover Parameters
Append --help to any command for full parameter list:
mcp2cli aws call --help
Note: Use Ref links in the Commands table above to view detailed parameter reference and more examples.
User Notes
MUST READ users/skill.md for custom workflows and tips. Config: MCP server settings live in
~/.agents/mcp2cli/servers.yaml- edit there to take effect.