AWS Amplify MCP Config
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
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-amplify.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-amplify.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-amplify": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-amplify"],
"env": {
"AWS_AMPLIFY_API_KEY": "your_aws_amplify_api_key"
}
}
}
}How to Use
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-amplify.jsonEnvironment Variables
AWS_AMPLIFY_API_KEYReplace your_aws_amplify_api_key with your actual aws amplify api key
Endpoints
/appsListApps
/appsCreateApp
/apps/{appId}/backendenvironmentsListBackendEnvironments
/apps/{appId}/backendenvironmentsCreateBackendEnvironment
/apps/{appId}/branchesListBranches
/apps/{appId}/branchesCreateBranch
/apps/{appId}/branches/{branchName}/deploymentsCreateDeployment
/apps/{appId}/domainsListDomainAssociations
/apps/{appId}/domainsCreateDomainAssociation
/apps/{appId}/webhooksListWebhooks