aws-lambda-mcp-server

poad/aws-lambda-mcp-server
★ 0 stars TypeScript ⚙️ DevOps Updated 2d ago
A Hono wrapper for building an MCP (Model Context Protocol) Server that runs on AWS Lambda functions.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aws-lambda-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "poad/aws-lambda-mcp-server"
      ]
    }
  }
}