Description

Run existing MCP stdio-based servers in AWS Lambda functions.

Installation

npx -y aws-lambda-mcp
npm install aws-lambda-mcp
git clone https://github.com/awslabs/run-model-context-protocol-servers-with-aws-lambda

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "aws-lambda-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "aws-lambda-mcp"
      ]
    }
  }
}