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_KEYExample: 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
/appsListApps
POST
/appsCreateApp
GET
/apps/{appId}/backendenvironmentsListBackendEnvironments
POST
/apps/{appId}/backendenvironmentsCreateBackendEnvironment
GET
/apps/{appId}/branchesListBranches
POST
/apps/{appId}/branchesCreateBranch
POST
/apps/{appId}/branches/{branchName}/deploymentsCreateDeployment
GET
/apps/{appId}/domainsListDomainAssociations
POST
/apps/{appId}/domainsCreateDomainAssociation
GET
/apps/{appId}/webhooksListWebhooks