Skip to content

Aws

Free

by MCP Community

Build, deploy, and manage MCP servers on AWS in TypeScript. Progressive disclosure, tool gating, code mode, and one-line Lambda deploys.

v0.1.1Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Aws MCP Server

Build, deploy, and manage MCP servers on AWS in TypeScript. Progressive disclosure, tool gating, code mode, and one-line Lambda deploys.

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @usestratus/mcp-aws
Add to claude_desktop_config.json
{
  "mcpServers": {
    "aws": {
      "command": "npx",
      "args": ["-y", "@usestratus/mcp-aws"]
    }
  }
}