Aws Lambda
Freeby MCP Community
A Hono wrapper for building an MCP (Model Context Protocol) Server that runs on AWS Lambda functions.
v1.1.6Added Apr 12, 2026
mcp-servermodelcontextprotocolmcplambda
Aws Lambda MCP Server
A Hono wrapper for building an MCP (Model Context Protocol) Server that runs on AWS Lambda functions.
Installation
Reviews
Installation
Quick install
npx -y aws-lambda-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"aws-lambda": {
"command": "npx",
"args": ["-y", "aws-lambda-mcp-server"]
}
}
}