Back

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

Install verified 7 tools

Cloud Platforms

Last updated September 4, 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 yesterday Β· 4,105 stars Β· Apache-2.0 licence Β· 56 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)

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

Alternatives to Cloudflare

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

Frequently asked questions

What is the Cloudflare MCP server?

Cloudflare is listed as an Cloud Platforms Model Context Protocol server whose documented purpose is to let an MCP-compatible agent workers, KV, R2, D1, DNS management. Client support, permissions and authentication remain specific to the upstream project.

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.

Does MCPizy charge to view or install Cloudflare MCP?

No. Reading this profile and copying its install guidance is free. Upstream software, API, account or usage costs are separate, and licence coverage should be checked from the linked source when available.

Does Cloudflare MCP work with Cursor and Windsurf?

The MCP standard is supported by those clients, but a specific server can still have client-specific setup or transport limits. Use the configuration shown on this page when present and verify the upstream instructions before installation.

What can I do with Cloudflare MCP?

Its documented purpose is to let an MCP-compatible agent workers, KV, R2, D1, DNS management. The exact tools, permissions and write capabilities depend on the server version and configuration shown by the upstream project.

Compare before you commit

Put this server beside an alternative, or return to the full evidence directory.

Compare MCP serversBack to directory