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"
]
}
}
} Stay Updated on MCP
Get weekly updates on new MCP servers, integration guides, and AI development tips.
We respect your privacy. Unsubscribe anytime.