Skip to content
MCP-Bridge
Cloud Infrastructure

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.json

Configuration 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

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-amplify.json

Environment Variables

AWS_AMPLIFY_API_KEY

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