Loading languages...
BU

buryhuang/mcp-server-aws-resources

@baryhuang18

A Python-based MCP server that lets Claude run boto3 code to query and manage AWS resources. Execute powerful AWS operations directly through Claude with proper sandboxing and containerization. No need for complex setups - just pass your AWS credentials and start interacting with all AWS services.

AWS
boto3
Python
cloud management
resource management

# mcpServer Config

{
  "mcpServers": {
    "aws-resources": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "AWS_ACCESS_KEY_ID=your_access_key_id_here",
        "-e",
        "AWS_SECRET_ACCESS_KEY=your_secret_access_key_here",
        "-e",
        "AWS_DEFAULT_REGION=us-east-1",
        "buryhuang/mcp-server-aws-resources:latest"
      ]
    }
  }
}

# stdio

docker run -i --rm -e AWS_ACCESS_KEY_ID=your_access_key_id_here -e AWS_SECRET_ACCESS_KEY=your_secret_access_key_here -e AWS_DEFAULT_REGION=us-east-1 buryhuang/mcp-server-aws-resources:latest
Transport:
stdio
Язык:
Python
Создано:1/14/2025
Обновлено:7/30/2025
Домашняя страница: