Registry /
aws / run-mcp-servers-with-aws-lambda
Install & Compatibility
Where this runs
tested against v0.5.20 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
py 3.10
✕ build_error
✕ build_error
py 3.9
✕ build_error
✕ build_error
177MB installed
● package 177MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
APIGatewayProxyEventHandler
✓ from mcp_lambda import APIGatewayProxyEventHandler
✗ from run_mcp_servers_with_aws_lambda import MPCServer
RequestHandler
✓ from mcp_lambda import RequestHandler
✗ from run_mcp_servers_with_aws_lambda import MPCServer
StdioServerAdapterRequestHandler
✓ from mcp_lambda import StdioServerAdapterRequestHandler
✗ from run_mcp_servers_with_aws_lambda import MPCServer
Basic Lambda handler integration with MCP server.
import os
from run_mcp_servers_with_aws_lambda import MPCServer
app = MPCServer(
function_name="my-mcp-server",
region=os.environ.get("AWS_REGION", "us-east-1"),
)
def handler(event, context):
return app.handle(event, context)
run-mcp-servers-with-aws-lambda --version
Upgrade
Version history
0.5.20latest on PyPI · released Jun 17, 2026
Audit
Dependencies
No dependency data recorded yet.