Blazingcdn MCP

Official Model Context Protocol server for BlazingCDN. Lets AI agents (Claude, Cursor, Windsurf and any other MCP client) manage your CDN: list and configure resources, purge and warm up cache, query traffic metrics, manage custom domains, cloud storage and the Video CDN. Its 7 documented tools cover cdn, cache, metrics. It runs locally over stdio via the published package.

People connecting media tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 2 · #64 OF 155 MAINTAINED MEDIA · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Blazingcdn MCP

before you install - you'll need

Set BLAZINGCDN_API_TOKEN, BLAZINGCDN_ALLOW_WRITE before connecting.

Claude Code

claude mcp add blazingcdn-blazingcdn-mcp -- npx -y @blazingcdn/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "blazingcdn-blazingcdn-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@blazingcdn/mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-07 - young repo, little track record yet

license MIT - declared in the repository

npm package @blazingcdn/mcp - published under the repo owner's npm scope (@blazingcdn)

registry namespace io.github.BlazingCDN is GitHub-verified and matches the repo owner

03 · What Blazingcdn MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 7 documented tools spanning cdn, cache, metrics, including list_cdn_resources, get_cdn_resource, purge_cache, warmup_cache.

Capability map

Tools grouped from the project's README - what Blazingcdn MCP lets an agent do.

read & search

5 tools - e.g. List all CDN resources (pull zones); Full settings of one resource; Bandwidth, cache hit, requests, HTTP codes, traffic - by day/hour/minute, filter by region/domain

list_cdn_resources · get_cdn_resource · get_cdn_metrics · get_prometheus_metrics · list_system_dns_zones

Purge

1 tool - e.g. Purge everything or specific URLs; works per-resource or across resources by URL

purge_cache

Warmup

1 tool - e.g. Pre-fetch paths into the cache (per compression method)

warmup_cache

Latest releases

v0.1.5 · 2026-08-21

Field-feedback release. · create_bucket now defaults to type cdn (required for a bucket to serve as a CDN origin - the API's own default private is rejected) and accepts protocol: 'swift' | 's3' (undocumented in the…

v0.1.4 · 2026-08-14

Fixes zone listing for accounts with more than 25 pull zones: the BlazingCDN API silently paginates at 25 per page; the connector now requests up to 100 per call, exposes page/per_page, and tells agents to check…

v0.1.3 · 2026-08-14

Official BlazingCDN MCP server: 52 tools for Anycast CDN, cache, metrics, custom domains, cloud storage and Video CDN. Read-only by default; write/delete are opt-in. · Install options · Claude Desktop (one-click)…

04 · Who maintains Blazingcdn MCP

blazingcdn-mcp is maintained by blazingcdn. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
media - ranked #64 of 155 actively-maintained media servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-08-21)
registry
io.github.BlazingCDN/blazingcdn-mcp (active, first published 2026-08-13 · 3 versions)
packages
npm:@blazingcdn/mcp

06 · Blazingcdn MCP FAQ

Is Blazingcdn MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-21 and it shipped 3 releases in the last 90 days. We re-verify nightly.

What can Blazingcdn MCP do?

An agent gets 7 documented tools spanning cdn, cache, metrics, including list_cdn_resources, get_cdn_resource, purge_cache, warmup_cache.

How do I install Blazingcdn MCP?

Run `npx -y @blazingcdn/mcp`. The README documents 2 environment variables (BLAZINGCDN_API_TOKEN, BLAZINGCDN_ALLOW_WRITE) to set first. Set BLAZINGCDN_API_TOKEN, BLAZINGCDN_ALLOW_WRITE before connecting. You can also paste the ready-made client config above.

Does Blazingcdn MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Blazingcdn MCP