Cloud InfrastructureAuto-generated
AWS Lambda MCP Server
<fullname>AWS Lambda</fullname> <p><b>Overview</b></p> <p>This is the AWS Lambda API Reference. The AWS Lambda Developer Guide provides additional information. For the service overview, go to <a href="http://docs.aws.amazon.com/lambda/latest/dg/welcome.html">What is AWS Lambda</a>, and for informati
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-lambda
Environment Variables
AWS_LAMBDA_API_KEYExample: your_aws_lambda_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-lambda": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-lambda"],
"env": {
"AWS_LAMBDA_API_KEY": "your_aws_lambda_api_key"
}
}
}
}Endpoints
GET
/2014-11-13/event-source-mappings/ListEventSources
POST
/2014-11-13/event-source-mappings/AddEventSource
GET
/2014-11-13/functions/{FunctionName}GetFunction
DELETE
/2014-11-13/functions/{FunctionName}DeleteFunction
GET
/2014-11-13/event-source-mappings/{UUID}GetEventSource
DELETE
/2014-11-13/event-source-mappings/{UUID}RemoveEventSource
GET
/2014-11-13/functions/{FunctionName}/configurationGetFunctionConfiguration
PUT
/2014-11-13/functions/{FunctionName}/configurationUpdateFunctionConfiguration
POST
/2014-11-13/functions/{FunctionName}/invoke-async/InvokeAsync
GET
/2014-11-13/functions/ListFunctions