Lambda-MCP-Server

Creates a simple MCP tool server with "streaming" HTTP.

GitHub Stars

218

User Rating

Not Rated

Favorites

0

Views

511

Forks

44

Issues

3

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Python: 3.6 or higher
pip: Latest version

Installation Steps

1. Install the Package

bash
pip install awslabs.mcp_lambda_handler

or, if using uv:

uv add awslabs.mcp_lambda_handler

Troubleshooting

Common Issues

Issue: Package not found Solution: Check your pip version and upgrade if necessary.

Additional Resources