Stats
Actions
Tags
From aws-serverless
Local stdio MCP server from AWS Labs for managing AWS serverless resources like Lambda and API Gateway. Supports write operations and sensitive data access. Requires AWS credentials.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"aws-serverless-mcp": {
"command": "uvx",
"args": [
"awslabs.aws-serverless-mcp-server@latest",
"--allow-write"
],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
}
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Environment variables set when the server starts
FASTMCP_LOG_LEVEL=ERRORDeclared capabilities of this MCP server
npx claudepluginhub awslabs/agent-plugins --plugin aws-serverless