MCP server to manage Cloudflare Workers, KV, R2, Pages, DNS, and cache from your IDE
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y mcp-server-cloudflare-dns
MCP client config
{
"mcpServers": {
"mcp-server-cloudflare": {
"command": "npx",
"args": [
"-y",
"mcp-server-cloudflare-dns"
]
}
}
}