mcpbeat Sign in

Cloudflare MCP Pro MCP Server

local only

Cloudflare MCP Pro runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from npm. Last commit 10 Sep 2026.

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

Installs per day peak 29 · avg 13 · +22% w/w
a month agotoday
47
Installs / week
npm · cloudflare-mcp-pro
2
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Cloudflare MCP Pro every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cloudflare-mcp-pro -- npx -y cloudflare-mcp-pro
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cloudflare-mcp-pro": {
      "args": [
        "-y",
        "cloudflare-mcp-pro"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cloudflare-mcp-pro]
command = "npx"
args = ["-y", "cloudflare-mcp-pro"]
.cursor/mcp.json
{
  "mcpServers": {
    "cloudflare-mcp-pro": {
      "args": [
        "-y",
        "cloudflare-mcp-pro"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cloudflare-mcp-pro": {
      "args": [
        "-y",
        "cloudflare-mcp-pro"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CLOUDFLARE_API_TOKEN (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)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cloudflare MCP Pro

same job, measured the same way
Email Validator
by lazymac2x

Cloudflare Workers MCP server: email-validator

4 tools answering
Shipmail MCP
by shipmail-to

Shipmail MCP server for AI agent custom-domain email inboxes with REST API and webhooks.

491 installs/wk answering
Qmailing
by qmailing

AI agents read & send email, manage mailboxes, domains and webhooks via the QMailing API.

67 installs/wk answering
Apimesh
by mbeato

74 paid web-analysis APIs (SEO, security, TLS, DNS, email) as MCP tools. USDC via x402.

67 installs/wk local only
Dechonet
by dechonet

20 domain recon tools for AI agents: DNS, SSL, headers, email, subdomains, lookalikes, changes.

20 tools answering
Gmail MCP
by mkpoli

Multi-account Gmail on a Cloudflare Worker you deploy yourself: read, send, reply, labels, threads

local only
Send That Email
by pipeworx-io

send-that-email MCP — wraps StupidAPIs (requires X-API-Key)

32 tools answering
Could Have Been Email
by pipeworx-io

could-have-been-email MCP — wraps StupidAPIs (requires X-API-Key)

37 tools answering

Cloudflare MCP Pro — questions

Answers built from our own checks of this server.

Why is there no uptime for Cloudflare MCP Pro?
Cloudflare MCP Pro runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package cloudflare-mcp-pro was installed 47 times last week.
How do I connect Cloudflare MCP Pro?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls cloudflare-mcp-pro straight from npm; nothing to host, nothing to sign up for.
How many people use Cloudflare MCP Pro?
The npm package cloudflare-mcp-pro was installed 47 times in the last week. Week over week that is +22%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Cloudflare MCP Pro open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.