Back to MCP Servers
🔌

alexei-led/aws-mcp-server

MITAPI key required

🐍 ☁️ - 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 mult

PythonAI & LLMs

Install

npx -y alexei-led-aws-mcp-server

Required environment variables

AWS_ACCESS_KEYSet in your MCP config
AWS_SECRET_ACCESS_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "alexei-led-aws-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "alexei-led-aws-mcp-server"
      ],
      "env": {
        "AWS_ACCESS_KEY": "<YOUR_AWS_ACCESS_KEY>",
        "AWS_SECRET_ACCESS_KEY": "<YOUR_AWS_SECRET_ACCESS_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.