aws-serverless-mcp-server

goodandco/aws-serverless-mcp-server
★ 1 stars TypeScript ⚙️ DevOps Updated 10d ago
Serverless MCP server on AWS Lambda — Streamable HTTP via API Gateway, built with the official MCP TypeScript SDK.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aws-serverless-mcp-s": {
      "command": "npx",
      "args": [
        "-y",
        "goodandco/aws-serverless-mcp-server"
      ]
    }
  }
}