Stats
Actions
Tags
From aws-serverless
Provides tools for AWS serverless services including Lambda functions, API Gateway, and SAM applications for deployment, management, and invocation. Runs locally using 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