MCP Cloudflare DNS
Rank #57,609io.github.Ayo-Fam/mcp-cloudflare-dns
Cloudflare DNS MCP server: manage zones, records, cache purge, and page rules.
MCP Cloudflare DNS is a Model Context Protocol (MCP) server published by apexradius. It ranks #57,609 of 115,591 servers tracked on MCP Toplist. MCP Cloudflare DNS is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 1 tracked version. It was first listed on Jun 30, 2026 and most recently updated on Jun 30, 2026.
Ranks ahead of 57,982 of 115,591 servers on MCP Toplist.
Use MCP Cloudflare DNS
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-cloudflare-dns -e "CF_API_TOKEN=<your CF_API_TOKEN>" -e "CF_ALLOW_DESTRUCTIVE=<your CF_ALLOW_DESTRUCTIVE>" -- uvx mcp-cloudflare-dnsReplace each placeholder with your own value before saving.
[mcp_servers.mcp-cloudflare-dns]
command = "uvx"
args = ["mcp-cloudflare-dns"]
[mcp_servers.mcp-cloudflare-dns.env]
CF_API_TOKEN = "<your CF_API_TOKEN>"
CF_ALLOW_DESTRUCTIVE = "<your CF_ALLOW_DESTRUCTIVE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-cloudflare-dns": {
"command": "uvx",
"args": [
"mcp-cloudflare-dns"
],
"env": {
"CF_API_TOKEN": "<your CF_API_TOKEN>",
"CF_ALLOW_DESTRUCTIVE": "<your CF_ALLOW_DESTRUCTIVE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-cloudflare-dns": {
"command": "uvx",
"args": [
"mcp-cloudflare-dns"
],
"env": {
"CF_API_TOKEN": "<your CF_API_TOKEN>",
"CF_ALLOW_DESTRUCTIVE": "<your CF_ALLOW_DESTRUCTIVE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-cloudflare-dns": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-cloudflare-dns"
],
"env": {
"CF_API_TOKEN": "<your CF_API_TOKEN>",
"CF_ALLOW_DESTRUCTIVE": "<your CF_ALLOW_DESTRUCTIVE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-cloudflare-dns": {
"command": "uvx",
"args": [
"mcp-cloudflare-dns"
],
"env": {
"CF_API_TOKEN": "<your CF_API_TOKEN>",
"CF_ALLOW_DESTRUCTIVE": "<your CF_ALLOW_DESTRUCTIVE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-cloudflare-dns": {
"command": "uvx",
"args": [
"mcp-cloudflare-dns"
],
"env": {
"CF_API_TOKEN": "<your CF_API_TOKEN>",
"CF_ALLOW_DESTRUCTIVE": "<your CF_ALLOW_DESTRUCTIVE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Ayo-Fam%2Fmcp-cloudflare-dns)<a href="https://mcptoplist.com/server/io.github.Ayo-Fam%2Fmcp-cloudflare-dns"><img src="https://mcptoplist.com/badge/io.github.Ayo-Fam%2Fmcp-cloudflare-dns.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
apexradius
Other servers by apexradius
View all apexradius servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jun 30, 2026 |
Frequently asked questions
- Who maintains MCP Cloudflare DNS?
- MCP Cloudflare DNS is maintained by apexradius, which publishes 4 MCP servers (3 total versions) tracked on MCP Toplist.
- Is MCP Cloudflare DNS listed on the Official MCP Registry?
- Yes — MCP Cloudflare DNS is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does MCP Cloudflare DNS have?
- MCP Toplist tracks 1 version of MCP Cloudflare DNS, most recently published on Jun 30, 2026.
- Where can I find the source code for MCP Cloudflare DNS?
- The source code for MCP Cloudflare DNS is hosted at github.com/apexradius/mcp-cloudflare-dns.