Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Cloudflare Control

БесплатноНе проверен

Enables AI assistants to manage Cloudflare infrastructure including DNS records, cache purging, SSL settings, Workers, and analytics through the Cloudflare API.

GitHubEmbed

Описание

Enables AI assistants to manage Cloudflare infrastructure including DNS records, cache purging, SSL settings, Workers, and analytics through the Cloudflare API. Eliminates dashboard context-switching by allowing natural language control of domain management and infrastructure operations.

README

MCPize License: MIT

Cloudflare Control is an MCP server that lets your AI assistant manage DNS records, purge cache, inspect Workers, configure SSL, and pull analytics directly from Cloudflare, no browser required.

Quick Start

Add this to your mcpServers config:

{
  "mcpServers": {
    "cloudflare-control": {
      "url": "https://your-cloud-run-url/mcp",
      "env": {
        "CLOUDFLARE_API_TOKEN": "your_token_here"
      }
    }
  }
}

Generate your API token at Cloudflare dashboard > My Profile > API Tokens. Grant it Zone:Read, DNS:Edit, Cache Purge, and Workers Scripts:Read permissions.

Before / After

Before: Open Cloudflare dashboard, navigate to the right zone, find DNS records, identify the record ID, edit the value, wait for propagation confirmation.

After:

Prompt: "Update the A record for api.example.com to point to 203.0.113.42"

1. list_zones -> finds zone_id for example.com: "abc123xyz"
2. list_dns_records(zone_id: "abc123xyz", name: "api.example.com") -> finds record_id: "rec456"
3. update_dns_record(zone_id: "abc123xyz", record_id: "rec456", type: "A", name: "api.example.com", content: "203.0.113.42")

Result: { "message": "DNS record updated", "record": { "name": "api.example.com", "content": "203.0.113.42", "proxied": true } }

Tools

Tool What it does
list_zones List all domains in your Cloudflare account with IDs and status
get_zone Get full metadata for a specific zone by ID
list_dns_records List A, AAAA, CNAME, MX, TXT and other DNS records for a zone
create_dns_record Create a new DNS record (A, CNAME, TXT, MX, etc.)
update_dns_record Update an existing DNS record by record ID
delete_dns_record Permanently remove a DNS record from a zone
purge_cache Purge cached content for specific URLs or the entire zone
get_zone_analytics Fetch request counts, bandwidth, threats, and cache stats over a time range
list_workers List all deployed Cloudflare Workers scripts in an account
get_ssl_settings Read SSL mode, minimum TLS version, and HSTS config for a zone
set_ssl_mode Set SSL/TLS encryption mode (off, flexible, full, full_strict)
list_page_rules List URL-based Page Rules including redirects and cache overrides

Who is this for?

  • Solo founders and indie hackers who manage multiple domains and want to make DNS changes without leaving their AI workflow.
  • Platform engineers who need to purge cache, audit Workers, or triage SSL errors fast during an incident.
  • Agencies managing client infrastructure who want to delegate Cloudflare operations to an AI assistant with read/write API access.

Health Check

GET /health

Returns:

{ "status": "ok", "server": "cloudflare-control", "version": "1.0.0", "tools": 12 }

Also available at GET /.

Environment Variables

Variable Required Description
CLOUDFLARE_API_TOKEN Yes Cloudflare API token with zone and DNS permissions
PORT No HTTP port (default: 8080)

Built by Mastermind HQ

MIT License

from github.com/josephtandle/cloudflare-mcp-mcp

Установка Cloudflare Control

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/josephtandle/cloudflare-mcp-mcp

FAQ

Cloudflare Control MCP бесплатный?

Да, Cloudflare Control MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Cloudflare Control?

Нет, Cloudflare Control работает без API-ключей и переменных окружения.

Cloudflare Control — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Cloudflare Control в Claude Desktop, Claude Code или Cursor?

Открой Cloudflare Control на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Cloudflare Control with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai