MCP Cloudflare DNS is a Model Context Protocol (MCP) server: Cloudflare DNS MCP server: manage zones, records, cache purge, and page rules. In practice that means any MCP-compatible AI assistant can call MCP Cloudflare DNS's tools directly — the model decides when to use them in a conversation or agent run.
It runs locally: the Python package mcp-cloudflare-dns (via uvx) speaks MCP over stdio on your machine. Configuration happens through environment variables — you'll need CF_API_TOKEN. The current release is v0.1.1, published under the MIT license, with source at apexradius/mcp-cloudflare-dns on GitHub.
MCP Cloudflare DNS is listed under Cloud Service on mcp.site and works with any MCP client — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed and the rest of the ecosystem — using the install snippets below. If you maintain MCP Cloudflare DNS for apexradius, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸PyPI package — mcp-cloudflare-dns · MCP over stdio
▸Credentials — Requires CF_API_TOKEN
▸Open source — MIT license · apexradius/mcp-cloudflare-dns