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.
npx claudepluginhub awslabs/agent-plugins --plugin aws-serverlessAdd to your .mcp.json:
{
"mcpServers": {
"aws-serverless-mcp": {
"command": "uvx",
"args": [
"awslabs.aws-serverless-mcp-server@latest",
"--allow-write"
],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
}
}
}
}uvxFASTMCP_LOG_LEVEL=ERRORShare bugs, ideas, or general feedback.