Cloudflare
Freeby MCP Community
A Model Context Protocol server implementation for Cloudflare DNS that enables AI agents to manage DNS records for your domains
v1.6.0Added Apr 12, 2026
mcpcloudflarednsdomain-management
Cloudflare MCP Server
A Model Context Protocol server implementation for Cloudflare DNS that enables AI agents to manage DNS records for your domains
Installation
npx -y @thelord/mcp-cloudflare
Reviews
Installation
Quick install
npx -y @thelord/mcp-cloudflare
Add to claude_desktop_config.json
{
"mcpServers": {
"cloudflare": {
"command": "npx",
"args": ["-y", "@thelord/mcp-cloudflare"]
}
}
}