mcpbeat Sign in

MCP Cloudflare DNS MCP Server

local only

MCP Cloudflare DNS runs on your own machine — the client starts it, so there is no endpoint to ping. 74 installs a week from pypi. Last commit 16 Sep 2026.

Cloudflare DNS MCP server: manage zones, records, cache purge, and page rules.

Installs per day peak 25 · avg 13 · -27% w/w
a month agotoday
74
Installs / week
pypi · mcp-cloudflare-dns
0
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check MCP Cloudflare DNS every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-cloudflare-dns -- uvx mcp-cloudflare-dns
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-cloudflare-dns": {
      "args": [
        "mcp-cloudflare-dns"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-cloudflare-dns]
command = "uvx"
args = ["mcp-cloudflare-dns"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-cloudflare-dns": {
      "args": [
        "mcp-cloudflare-dns"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-cloudflare-dns": {
      "args": [
        "mcp-cloudflare-dns"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: CF_API_TOKEN (Cloudflare API token with Zone DNS Edit, Zone Read, and Cache Purge permissions), CF_ALLOW_DESTRUCTIVE (Set to 'true' to enable DNS record deletion and full cache purge). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Cloudflare DNS

same job, measured the same way
MCP Cloudflare
by crunchtools

Secure MCP server for Cloudflare DNS, Transform Rules, and Page Rules

72 installs/wk local only
Cloudflare
by ofershap

MCP server to manage Cloudflare Workers, KV, R2, Pages, DNS, and cache from your IDE

36 installs/wk local only
Hetzner DNS
by ni-c

Manage DNS zones and records (zonefiles, RRSets, TTL, protection) via the Hetzner Cloud API

77 installs/wk local only
Cloudflare
by cloudflare-mcp

Cloudflare MCP servers

2 tools answering
API Perf Analyzer
by lazymac2x

Cloudflare Workers MCP server: api-perf-analyzer

4 tools answering
Dnsimple
by usefulapi

MCP server for DNSimple — domains, DNS zone records, availability, pricing and contacts.

12 tools answering
Cloudflare MCP Pro
by helbertparanhos

Cloudflare MCP: DNS, Zones, Workers, KV, R2, D1, Pages, WAF, SSL, Email, AI via REST API v4

47 installs/wk local only
Cron Parser
by lazymac2x

Cloudflare Workers MCP server: cron-parser

6 tools answering

MCP Cloudflare DNS — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Cloudflare DNS?
MCP Cloudflare DNS runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-cloudflare-dns was installed 74 times last week.
How do I connect MCP Cloudflare DNS?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-cloudflare-dns straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Cloudflare DNS?
The pypi package mcp-cloudflare-dns was installed 74 times in the last week. Week over week that is -27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Cloudflare DNS open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.