Skip to content
MCP-Bridge
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_KEY

Example: 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/applications

ListApplications

POST/applications

CreateApplication

PUT/applications/{applicationId}/versions/{semanticVersion}

CreateApplicationVersion

POST/applications/{applicationId}/changesets

CreateCloudFormationChangeSet

POST/applications/{applicationId}/templates

CreateCloudFormationTemplate

GET/applications/{applicationId}

GetApplication

DELETE/applications/{applicationId}

DeleteApplication

PATCH/applications/{applicationId}

UpdateApplication

GET/applications/{applicationId}/policy

GetApplicationPolicy

PUT/applications/{applicationId}/policy

PutApplicationPolicy