Manage Cloudflare DNS records
AI agents manage DNS records for your domains. Create, update, and delete DNS records through MCP.
{
"mcpServers": {
"cloudflare-dns": {
"mcpServers": {
"cloudflare-dns": {
"env": {
"CLOUDFLARE_ZONE_ID": "YOUR_ZONE_ID",
"CLOUDFLARE_API_TOKEN": "YOUR_API_TOKEN"
},
"args": [
"-y",
"mcp-cloudflare-dns"
],
"command": "npx"
}
}
}
}
}