run-model-context-protocol-servers-with-aws-lambda

awslabs/run-model-context-protocol-servers-with-aws-lambda
★ 350 stars Python ⚙️ DevOps Updated 1mo ago
Run existing Model Context Protocol (MCP) stdio-based servers in 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": {
    "run-model-context-pr": {
      "command": "uvx",
      "args": [
        "run-model-context-protocol-servers-with-aws-lambda"
      ]
    }
  }
}

Or install with pip: pip install run-model-context-protocol-servers-with-aws-lambda