Description

This repository provides a working, deployable, open source-based, serverless MCP server blueprint with an AWS Lambda function.

Installation

npx -y aws-lambda-mcp-cookbook
npm install aws-lambda-mcp-cookbook
git clone https://github.com/ran-isenberg/aws-lambda-mcp-cookbook

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-lambda-mcp-cookbook": {
      "command": "npx",
      "args": [
        "-y",
        "aws-lambda-mcp-cookbook"
      ]
    }
  }
}