AI & MLAuto-generated
AWSServerlessApplicationRepository MCP Server
<p>The AWS Serverless Application Repository makes it easy for developers and enterprises to quickly find and deploy serverless applications in the AWS Cloud. For more information about serverless applications, see Serverless Computing and Applications on the AWS website.</p><p>The AWS Serverless
Quick Setup
Transport: STDIO
Command: npx -y @mcp/amazonaws-com-serverlessrepo
Environment Variables
AWSSERVERLESSAPPLICATIONREPOSITORY_API_KEYExample: your_awsserverlessapplicationrepository_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"amazonaws-com-serverlessrepo": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-serverlessrepo"],
"env": {
"AWSSERVERLESSAPPLICATIONREPOSITORY_API_KEY": "your_awsserverlessapplicationrepository_api_key"
}
}
}
}Endpoints
GET
/applicationsListApplications
POST
/applicationsCreateApplication
PUT
/applications/{applicationId}/versions/{semanticVersion}CreateApplicationVersion
POST
/applications/{applicationId}/changesetsCreateCloudFormationChangeSet
POST
/applications/{applicationId}/templatesCreateCloudFormationTemplate
GET
/applications/{applicationId}GetApplication
DELETE
/applications/{applicationId}DeleteApplication
PATCH
/applications/{applicationId}UpdateApplication
GET
/applications/{applicationId}/policyGetApplicationPolicy
PUT
/applications/{applicationId}/policyPutApplicationPolicy