HomeCloud & Monitoring › BlazingCDN-MCP

BlazingCDN-MCP

Manage BlazingCDN from AI agents: CDN zones, cache, metrics, domains, cloud storage and video CDN

Official TypeScript CloudLocal macOSWindowsLinux
★ 2 stars Last pushed 2026-09-14 License: MIT

Topics: Cloud Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.6)

npx -y @blazingcdn/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "blazingcdn-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@blazingcdn/[email protected]"
      ],
      "env": {
        "BLAZINGCDN_API_TOKEN": "<YOUR_VALUE>",
        "BLAZINGCDN_ALLOW_WRITE": "<YOUR_VALUE>",
        "BLAZINGCDN_ALLOW_DELETE": "<YOUR_VALUE>"
      }
    }
  }
}
  • BLAZINGCDN_API_TOKEN required secret — BlazingCDN API token (panel: client.blazingcdn.com/api, create new API credentials)
  • BLAZINGCDN_ALLOW_WRITE — Allow changes: true lets the agent create and change CDN settings
  • BLAZINGCDN_ALLOW_DELETE — Allow deleting: true lets the agent delete custom domains and Video CDN resources

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry