Skip to content
MCP-Bridge
AI & ML

AWSServerlessApplicationRepository MCP Config

<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

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-serverlessrepo.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-serverlessrepo.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-serverlessrepo": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-serverlessrepo"],
      "env": {
      "AWSSERVERLESSAPPLICATIONREPOSITORY_API_KEY": "your_awsserverlessapplicationrepository_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-serverlessrepo.json

Environment Variables

AWSSERVERLESSAPPLICATIONREPOSITORY_API_KEY

Replace your_awsserverlessapplicationrepository_api_key with your actual 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