PluginBench
MCP Server

Cloudflare MCP Pro MCP Server

io.github.helbertparanhos/cloudflare-mcp-pro

What is the Cloudflare MCP Pro MCP server?

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

How to install Cloudflare MCP Pro

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cloudflare-mcp-pro": {
      "command": "npx",
      "args": [
        "-y",
        "cloudflare-mcp-pro"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "<YOUR_CLOUDFLARE_API_TOKEN>",
        "CLOUDFLARE_ACCOUNT_ID": "<YOUR_CLOUDFLARE_ACCOUNT_ID>",
        "CLOUDFLARE_API_BASE": "<YOUR_CLOUDFLARE_API_BASE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "cloudflare-mcp-pro": {
      "command": "npx",
      "args": [
        "-y",
        "cloudflare-mcp-pro"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "<YOUR_CLOUDFLARE_API_TOKEN>",
        "CLOUDFLARE_ACCOUNT_ID": "<YOUR_CLOUDFLARE_ACCOUNT_ID>",
        "CLOUDFLARE_API_BASE": "<YOUR_CLOUDFLARE_API_BASE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "cloudflare-mcp-pro": {
      "command": "npx",
      "args": [
        "-y",
        "cloudflare-mcp-pro"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "<YOUR_CLOUDFLARE_API_TOKEN>",
        "CLOUDFLARE_ACCOUNT_ID": "<YOUR_CLOUDFLARE_ACCOUNT_ID>",
        "CLOUDFLARE_API_BASE": "<YOUR_CLOUDFLARE_API_BASE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "cloudflare-mcp-pro": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cloudflare-mcp-pro"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "<YOUR_CLOUDFLARE_API_TOKEN>",
        "CLOUDFLARE_ACCOUNT_ID": "<YOUR_CLOUDFLARE_ACCOUNT_ID>",
        "CLOUDFLARE_API_BASE": "<YOUR_CLOUDFLARE_API_BASE>"
      }
    }
  }
}
Claude Code
claude mcp add cloudflare-mcp-pro --env CLOUDFLARE_API_TOKEN=<YOUR_CLOUDFLARE_API_TOKEN> --env CLOUDFLARE_ACCOUNT_ID=<YOUR_CLOUDFLARE_ACCOUNT_ID> --env CLOUDFLARE_API_BASE=<YOUR_CLOUDFLARE_API_BASE> -- npx -y cloudflare-mcp-pro

Related MCP servers

The most complete ClickUp MCP server — 161 tools + clickup_raw for the full v2/v3 API.

View repository →

Manage self-hosted n8n (incl. queue mode): workflows, executions, users, audit — 51 tools.

View repository →

Publish, schedule and analyze social posts across 9 platforms via the Post for Me API.

View repository →

Complete Resend email MCP: full API coverage + debug layer (deliverability, DNS, bounces).

View repository →

Complete Vercel MCP: deploys, logs, projects, env, domains, DNS, certs via the full REST API

View repository →