HomeCloud & Monitoring › Cloudflare MCP Pro

Cloudflare MCP Pro

Cloudflare MCP: DNS, Zones, Workers, KV, R2, D1, Pages, WAF, SSL, Email, AI via REST API v4

TypeScript Local macOSWindowsLinux
★ 3 stars Last pushed 2026-09-10 License: MIT

Topics: Cloud Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.1.0)

npx -y cloudflare-mcp-pro@1.1.0

Or add to your MCP client config:

{
  "mcpServers": {
    "cloudflare-mcp-pro": {
      "command": "npx",
      "args": [
        "-y",
        "cloudflare-mcp-pro@1.1.0"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "<YOUR_VALUE>",
        "CLOUDFLARE_ACCOUNT_ID": "<YOUR_VALUE>",
        "CLOUDFLARE_API_BASE": "<YOUR_VALUE>"
      }
    }
  }
}
  • CLOUDFLARE_API_TOKEN required secret — Cloudflare API token from dash.cloudflare.com/profile/api-tokens
  • CLOUDFLARE_ACCOUNT_ID — Default account ID used when a tool needs an account and you don't pass account_id
  • CLOUDFLARE_API_BASE — Override the API base URL (defaults to https://api.cloudflare.com/client/v4)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry