BlazingCDN MCP - Content Delivery for Video, Software & Static Files

by BlazingCDN

Recommended
1 stars
663 downloads
Not rated
GitHub Website

About

Official MCP server for BlazingCDN - AI agents (Claude, Cursor, Windsurf) manage CDN resources, purge cache, query metrics, domains, Anycast CDN, Video CDN and Media CDN

Details

Author
BlazingCDN
GitHub stars
1
Downloads
663
Categories
AI, Cloud Service, Infrastructure, Media

- 52 tools covering Anycast CDN, cache operations, metrics, custom domains, Cloud Storage and Video CDN
- No install required — runs with npx
- Talks directly to the BlazingCDN API (wapi.blazingcdn.com) with your API token; nothing else sits in between
- "What's my CDN bandwidth this month, broken down by day?"
- "Purge /images/ on the blazingcdn.com resource"*

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name BlazingCDN MCP - Content Delivery for Video, Software & Static Files
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

The README includes setup instructions such as claude mcp add blazingcdn --env BLAZINGCDN_API_TOKEN=your-token -- npx -y @blazingcdn/mcp.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "blazingcdn mcp - content delivery for video, software & static files": {
            "BlazingCDN-MCP": {
                "command": "npx",
                "args": [
                    "-y",
                    "@blazingcdn/mcp",
                    "--transport",
                    "http",
                    "--port",
                    "8462"
                ],
                "env": {
                    "BLAZINGCDN_ALLOW_WRITE": "1"
                }
            }
        }
    }
}

McpServers

{
    "BlazingCDN-MCP": {
        "command": "npx",
        "args": [
            "-y",
            "@blazingcdn/mcp",
            "--transport",
            "http",
            "--port",
            "8462"
        ],
        "env": {
            "BLAZINGCDN_ALLOW_WRITE": "1"
        }
    }
}

Official MCP server for BlazingCDN - AI agents (Claude, Cursor, Windsurf) manage CDN resources, purge cache, query metrics, domains, Anycast CDN, Video CDN and Media CDN

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.