devops-infra MCP Server
A Model Context Protocol server implementation for Cloudflare DNS that enables AI agents to manage DNS records for your domains
Discovered via smithery and last synced 3mo ago.
1. Install the package
npx -y @thelord/mcp-cloudflare
2. Add to claude_desktop_config.json
{
"mcpServers": {
"thelord-mcp-cloudflare": {
"command": "npx",
"args": [
"-y",
"@thelord/mcp-cloudflare"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)