Description

Official AWS MCP Servers helping you get the most out of AWS, wherever you use MCP. Complete AWS integration.

Installation

npx -y @aws/mcp-servers
npm install @aws/mcp-servers
git clone https://github.com/awslabs/mcp

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "aws-mcp-servers": {
      "command": "npx",
      "args": [
        "-y",
        "@aws/mcp-servers"
      ]
    }
  }
}