
AWS MCP Server
by alexei-led
Execute AWS CLI commands directly through AI assistants using a secure Model Context Protocol bridge.
What it does
This server provides a powerful bridge between AI assistants and the AWS Cloud. Instead of individual API wrappers, it exposes the entire AWS CLI, allowing agents to manage any of the 200+ AWS services using the agent's own ability to read CLI documentation.
Tools
aws_cli_help: Fetches documentation for any specific AWS command to help the agent construct a valid request.aws_cli_pipeline: Executes AWS CLI commands, supporting complex operations with pipes like jq and grep.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"aws": {
"command": "uvx",
"args": ["aws-mcp"]
}
}
}
Supported hosts
Supported clients include Claude Desktop, Claude Code, and Cursor.
Quick install
uvx aws-mcpInformation
- Pricing
- free
- Published
- 5/1/2026
- stars






