alexei-led/aws-mcp-server
A lightweight but powerful server that enables AI assistants to execute AWS CLI commands, use Unix pipes, and apply prompt templates for common AWS tasks in a safe Docker environment with multi-architecture support
Quick Start
Clone the repository:
git clone https://github.com/alexei-led/aws-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"aws-mcp-server": {
"command": "npx",
"args": [
"-y",
"alexei-led/aws-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.