Skip to main content
Cloud PlatformsPython

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

cloud-platformscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/alexei-led/aws-mcp-server

Claude 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.

Details

Category
Cloud Platforms
Language
Python
Author
alexei-led