An AWS Labs Model Context Protocol (MCP) server for AWS Serverless, enabling Claude and other AI agents to interact with AWS serverless services. Current version 0.1.19, pre-1.0, actively developed by AWS Labs. Release cadence is irregular.
pip install awslabs-aws-serverless-mcp-serverVerified import paths — ran on the pinned version, not inferred.
Creates and runs an MCP server with AWS credentials from environment variables.
Use 'awslabs-aws-serverless-mcp-server' and 'from awslabs.aws_serverless_mcp_server import ...'
Pass aws_access_key_id and aws_secret_access_key directly.
Ensure you have Python 3.10+ (python --version) before installing.
Set AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables, or configure a credentials file.