CuratedMCP
πŸ’»
Claude Code
Free

How to Install AWS MCP Suite in Claude Code

Official AWS integration β€” DynamoDB, S3, Lambda, EC2, and the full AWS cloud via natural language

What AWS MCP Suite does

The official AWS MCP Suite gives AI agents structured, permission-aware access to AWS services. Instead of juggling SDK boilerplate and IAM policies manually, your agent can query and manage infrastructure through natural language. Included servers: - DynamoDB: Query tables, get items, run PartiQL, manage streams - S3: List buckets, upload/download objects, manage policies and lifecycle rules - Lambda: Invoke functions, view logs, manage environment variables, deploy packages - EC2: Describe instances, start/stop/terminate, manage security groups - RDS/Aurora: Query databases, manage snapshots, monitor performance - CloudWatch: Query logs, set alarms, view metrics dashboards - IAM: Manage roles, policies, and access analysis The suite uses your existing AWS credentials (IAM roles, profiles, or environment variables) β€” no additional auth setup required. Scoped permissions ensure your agent only accesses what it needs.

aws
amazon
s3
lambda
dynamodb

Installation steps

  1. 1Copy the config below
  2. 2Open or create .claude/mcp.json in your project root
  3. 3Paste inside "mcpServers": {}
  4. 4Reload Claude Code

Configuration

File location: .claude/mcp.json (project root) or ~/.claude/mcp.json (global)

.claude/mcp.jsonjson
{
  "awsMcpSuite": {
    "command": "npx",
    "args": [
      "-y",
      "@aws/mcp"
    ],
    "env": {
      "AWS_ACCESS_KEY_ID": "AKIA...",
      "AWS_SECRET_ACCESS_KEY": "your_secret",
      "AWS_REGION": "us-east-1"
    }
  }
}
Full server details Open Config Editor

Install in other clients

For maintainers

If you maintain AWS MCP Suite, add this badge to your README to show it's verified on CuratedMCP:

CuratedMCP Verified
[![CuratedMCP Verified](https://curatedmcp.com/api/badge/aws-mcp-suite)](https://curatedmcp.com/marketplace/aws-mcp-suite)