About
Overview
The AWS Lambda MCP Server provides specialized tools for working with AWS Lambda serverless functions. AI agents can create and deploy functions, invoke them with payloads, manage versions and aliases, configure triggers, and view execution logs.
Capabilities
Tools & Capabilities
⚡list_functions
List all Lambda functions
⚡invoke
Invoke a Lambda function with a payload
⚡create_function
Create a new Lambda function
⚡update_code
Update a function's code
⚡get_logs
Get recent execution logs
⚡list_layers
List available Lambda layers
Setup
Installation
bash
Install
npx -y @awslabs/mcp-server-lambdaExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"lambda": {
"command": "npx",
"args": ["-y", "@awslabs/mcp-server-lambda"],
"env": {
"AWS_REGION": "us-east-1"
}
}
}
}Quick Info
Authorawslabs
LanguageTypeScript
StatusStable
Stars★ 150
Last UpdatedFeb 12, 2026