aws-lambda-mcp-cookbook

ran-isenberg/aws-lambda-mcp-cookbook
★ 125 stars Python ⚙️ DevOps Updated 1mo ago
This repository provides a working, deployable, open source-based, serverless MCP server blueprint with an AWS Lambda function and AWS CDK Python code with all the best practices and a complete CI/CD pipeline.
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-lambda-mcp-cookb": {
      "command": "uvx",
      "args": [
        "aws-lambda-mcp-cookbook"
      ]
    }
  }
}

Or install with pip: pip install aws-lambda-mcp-cookbook