Back
Directory/Cloudflare

TL;DR

Cloudflare is a Cloud Platforms MCP server that lets Claude Code, Cursor, Windsurf and any MCP-compatible AI agent workers, KV, R2, D1, DNS management. Install in 1 minute with mcpizy install cloudflare.

🔶

Cloudflare

Verified 7 tools

Cloud Platforms

Last updated August 9, 2026 · By MCPizy team

Workers, KV, R2, D1, DNS management

Official homepage
B

Repo audit: 83/100 — solid, with minor gaps in docs or maintenance

Scored on licence, adoption, maintenance and documentation of cloudflare/mcp-server-cloudflare. We show the grade whether it flatters the server or not.

last commit today · 4,037 stars · Apache-2.0 licence · 55 open issues

Read the full audit on CheckMCP

Install Cloudflare

Via MCPizy CLI (recommended):
mcpizy install cloudflare
Or run directly:
npx -y @cloudflare/mcp-server-cloudflare
View on GitHub

Tools exposed

7 tools available
list_accounts

List Cloudflare accounts

list_zones

List zones (domains) on the account

list_workers

List deployed Workers

get_worker_logs

Fetch logs from a Worker

Inputs

  • worker_namestringrequired
list_r2_buckets

List R2 storage buckets

list_kv_namespaces

List Workers KV namespaces

search_docs

Search Cloudflare documentation

Inputs

  • querystringrequired

Configuration

Works identically across clients. Only the config file path differs.

Claude Code~/.claude.json
{
  "mcpServers": {
    "cloudflare": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://observability.mcp.cloudflare.com/sse"
      ]
    }
  }
}
Cursor.cursor/mcp.json
{
  "mcpServers": {
    "cloudflare": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://observability.mcp.cloudflare.com/sse"
      ]
    }
  }
}
Windsurf~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "cloudflare": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://observability.mcp.cloudflare.com/sse"
      ]
    }
  }
}

Authentication setup

  1. 1

    Authenticate via OAuth on first connect (browser-based)

    Get it

What you can do with Cloudflare MCP

Paste any of these prompts into Claude Code, Cursor or another MCP-compatible client.

“List my Workers and tell me which ones errored in the last hour”

Uses: list_workers, get_worker_logs

“Show me every R2 bucket in my account”

Uses: list_r2_buckets

“Find Cloudflare docs about configuring D1 databases”

Uses: search_docs

Works with

Claude Code
Claude Desktop
Cursor
Windsurf
VS Code + Copilot
Any MCP Client

More Cloud Platforms MCPs

🖥️

Proxmox

Manage VMs and containers via AI

🐋

Portainer

Container management via Portainer

☁️

Google Cloud Run

Deploy containerized applications to Google Cloud Run. Serverless container hosting.

🏗️

Terraform

Infrastructure as Code with HashiCorp Terraform

Alternatives to Cloudflare

If Cloudflare doesn't fit your stack, these Cloud Platforms MCP servers solve similar problems.

🟣

Pulumi

Cloud infrastructure with Pulumi Automation API

🏠

LocalStack

Local AWS for dev

☁️

Azure CLI

Execute Azure commands for cloud management

Key Takeaways

  • Cloudflare exposes 7 tools for cloud platforms workflows in Claude Code, Cursor and Windsurf.
  • Authentication: 1 step (see setup section above).
  • Install in 1 command: mcpizy install cloudflare — config written to your client automatically.
  • Free and open source (GitHub source linked above) — verified compatible with every MCP client (Claude Code, Claude Desktop, Cursor, Windsurf, VS Code + Copilot).
  • Best use case: "List my Workers and tell me which ones errored in the last hour".

Frequently asked questions

What is the Cloudflare MCP server?

The Cloudflare MCP server is an Cloud Platforms Model Context Protocol server that lets Claude Code, Cursor, Windsurf, VS Code with Copilot, and other MCP-compatible AI agents workers, KV, R2, D1, DNS management. It exposes Cloudflare's capabilities as tools the AI can call directly from your editor or CLI.

How do I install Cloudflare MCP with Claude Code?

The fastest way is the MCPizy CLI: run `mcpizy install cloudflare` and MCPizy will add the server to your `.claude.json` automatically. You can also install it manually by adding an entry under `mcpServers` in `.claude.json` with the command `npx -y @cloudflare/mcp-server-cloudflare` and restarting Claude Code.

Is Cloudflare MCP free?

Yes. The Cloudflare MCP server is free and open source (see the GitHub repository linked on this page). You may still need a Cloudflare account or API key to connect the server to the underlying service, but the MCP layer itself has no MCPizy subscription cost.

Does Cloudflare MCP work with Cursor and Windsurf?

Yes. Any MCP-compatible client works — including Claude Code, Claude Desktop, Cursor (via `.cursor/mcp.json`), Windsurf, VS Code with Copilot Chat, and custom agents built on the MCP SDK. The same install command targets all of them; only the config file path differs.

What can I do with Cloudflare MCP?

Once installed, your AI agent can workers, KV, R2, D1, DNS management directly inside your conversation. Typical use cases include asking Claude Code or Cursor to run Cloudflare operations, inspect results, chain Cloudflare with other MCP servers (see our Workflow Recipes), and automate repetitive cloud platforms tasks without leaving your editor.

Manage all your MCPs in one place

Monitor usage, track costs, and discover new MCPs.

Get Started Free