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_KEYExample: 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
/2016-11-25/origin-access-identity/cloudfrontListCloudFrontOriginAccessIdentities2016_11_25
/2016-11-25/origin-access-identity/cloudfrontCreateCloudFrontOriginAccessIdentity2016_11_25
/2016-11-25/distributionListDistributions2016_11_25
/2016-11-25/distributionCreateDistribution2016_11_25
/2016-11-25/distribution#WithTagsCreateDistributionWithTags2016_11_25
/2016-11-25/distribution/{DistributionId}/invalidationListInvalidations2016_11_25
/2016-11-25/distribution/{DistributionId}/invalidationCreateInvalidation2016_11_25
/2016-11-25/streaming-distributionListStreamingDistributions2016_11_25
/2016-11-25/streaming-distributionCreateStreamingDistribution2016_11_25
/2016-11-25/streaming-distribution#WithTagsCreateStreamingDistributionWithTags2016_11_25