Back to MCP Servers

AWS Server

Access AWS documentation, billing data, and service metadata for cloud infrastructure management

cloudawsinfrastructuredevopsofficial

Installation

npm install -g @awslabs/mcp-server-aws

Configuration

{
  "mcpServers": {
    "aws": {
      "command": "npx",
      "args": ["-y", "@awslabs/mcp-server-aws"],
      "env": {
        "AWS_ACCESS_KEY_ID": "your-access-key-id",
        "AWS_SECRET_ACCESS_KEY": "your-secret-access-key",
        "AWS_REGION": "us-east-1"
      }
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub