Back to MCP Servers
Aws
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
cloud-platformsawsdockerai
By alexei-led
Installation
npx -y aws-mcp-serverConfiguration
{
"mcpServers": {
"aws-mcp-server": {
"command": "npx",
"args": ["-y", "aws-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes