
Cloudflare DNS
STDIOModel Context Protocol server for managing Cloudflare DNS records through AI agents.
Model Context Protocol server for managing Cloudflare DNS records through AI agents.
A Model Context Protocol server implementation for Cloudflare DNS that enables AI agents to manage DNS records for your domains.
Deploy directly to Smithery for hosted access.
npx -y @thelord/mcp-cloudflare
Create a .env
file:
CLOUDFLARE_API_TOKEN=your-api-token-here CLOUDFLARE_ZONE_ID=your-zone-id-here [email protected] # Optional
{ "mcpServers": { "cloudflare": { "command": "npx", "args": ["-y", "@thelord/mcp-cloudflare"], "env": { "CLOUDFLARE_API_TOKEN": "your-api-token", "CLOUDFLARE_ZONE_ID": "your-zone-id" } } } }
list_dns_records
List all DNS records or filter by name/type.
get_dns_record
Get detailed information about a specific DNS record.
create_dns_record
Create a new DNS record with specified type, name, and content.
update_dns_record
Update an existing DNS record by ID.
delete_dns_record
Delete a DNS record by ID.
MIT# mcp-cloudflare