AWS Serverless
Official
🏗️ Infrastructure
Build and manage AWS serverless applications with AI. Supports Lambda, API Gateway, DynamoDB, SQS, SNS, and Step Functions. Read-only mode by default with optional write access for safe operations.
Tags
Tools (15)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"aws-serverless": {
"command": "uvx",
"args": [
"awslabs.aws-serverless-mcp-server@latest"
],
"env": {
"AWS_ACCESS_KEY_ID": "your-aws-access-key-id-here",
"AWS_SECRET_ACCESS_KEY": "your-aws-secret-access-key-here",
"AWS_REGION": "your-aws-region-here"
}
}
}
}