Skip to content
MCP-Bridge
Security

Amazon CloudFront MCP Config

<fullname>Amazon CloudFront</fullname> <p>This is the <i>Amazon CloudFront API Reference</i>. This guide is for developers who need detailed information about the CloudFront API actions, data types, and errors. For detailed information about CloudFront features and their associated API calls, see th

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-cloudfront": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-cloudfront"],
      "env": {
      "AMAZON_CLOUDFRONT_API_KEY": "your_amazon_cloudfront_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-cloudfront.json

Environment Variables

AMAZON_CLOUDFRONT_API_KEY

Replace your_amazon_cloudfront_api_key with your actual amazon cloudfront api key

Endpoints

GET/2016-11-25/origin-access-identity/cloudfront

ListCloudFrontOriginAccessIdentities2016_11_25

POST/2016-11-25/origin-access-identity/cloudfront

CreateCloudFrontOriginAccessIdentity2016_11_25

GET/2016-11-25/distribution

ListDistributions2016_11_25

POST/2016-11-25/distribution

CreateDistribution2016_11_25

POST/2016-11-25/distribution#WithTags

CreateDistributionWithTags2016_11_25

GET/2016-11-25/distribution/{DistributionId}/invalidation

ListInvalidations2016_11_25

POST/2016-11-25/distribution/{DistributionId}/invalidation

CreateInvalidation2016_11_25

GET/2016-11-25/streaming-distribution

ListStreamingDistributions2016_11_25

POST/2016-11-25/streaming-distribution

CreateStreamingDistribution2016_11_25

POST/2016-11-25/streaming-distribution#WithTags

CreateStreamingDistributionWithTags2016_11_25