★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"aws-lambda-mcp-cookb": {
"command": "uvx",
"args": [
"aws-lambda-mcp-cookbook"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add aws-lambda-mcp-cookb uvx aws-lambda-mcp-cookbook
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"aws-lambda-mcp-cookb": {
"command": "uvx",
"args": [
"aws-lambda-mcp-cookbook"
]
}
}
}
📋 Copy
Or install with pip: pip install aws-lambda-mcp-cookbook