Skip to content
MCP-Bridge
SecurityAuto-generated

Amazon CloudFront MCP Server

<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

Quick Setup

Transport: STDIO

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

Environment Variables

AMAZON_CLOUDFRONT_API_KEY

Example: your_amazon_cloudfront_api_key

MCP Server Configuration

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

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