Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

AWS Amplify MCP Server

Amplify enables developers to develop and deploy cloud-powered mobile and web apps. The Amplify Console provides a continuous delivery and hosting service for web applications. For more information, see the <a href="https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html">Amplify Console U

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-amplify

Environment Variables

AWS_AMPLIFY_API_KEY

Example: your_aws_amplify_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "amazonaws-com-amplify": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-amplify"],
      "env": {
      "AWS_AMPLIFY_API_KEY": "your_aws_amplify_api_key"
}
    }
  }
}

Endpoints

GET/apps

ListApps

POST/apps

CreateApp

GET/apps/{appId}/backendenvironments

ListBackendEnvironments

POST/apps/{appId}/backendenvironments

CreateBackendEnvironment

GET/apps/{appId}/branches

ListBranches

POST/apps/{appId}/branches

CreateBranch

POST/apps/{appId}/branches/{branchName}/deployments

CreateDeployment

GET/apps/{appId}/domains

ListDomainAssociations

POST/apps/{appId}/domains

CreateDomainAssociation

GET/apps/{appId}/webhooks

ListWebhooks