← Back to browse

Cloudflare MCP Pro

Indexed by io.github.helbertparanhos

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsCLOUDFLARE_API_TOKEN CLOUDFLARE_ACCOUNT_ID CLOUDFLARE_API_BASE
Claude Code
claude mcp add --env CLOUDFLARE_API_TOKEN= --env CLOUDFLARE_ACCOUNT_ID= --env CLOUDFLARE_API_BASE= cloudflare-mcp-pro -- npx cloudflare-mcp-pro
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"cloudflare-mcp-pro","command":"npx","args":["cloudflare-mcp-pro"],"env":{"CLOUDFLARE_API_TOKEN":"","CLOUDFLARE_ACCOUNT_ID":"","CLOUDFLARE_API_BASE":""}}'
JSON
{
  "mcpServers": {
    "cloudflare-mcp-pro": {
      "command": "npx",
      "args": [
        "cloudflare-mcp-pro"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "",
        "CLOUDFLARE_ACCOUNT_ID": "",
        "CLOUDFLARE_API_BASE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.