---
title: "Cloudflare MCP server – install in Claude Desktop and Cursor"
summary: "Cloudflare's official MCP server that gives an agent scoped access to your zones, Workers, KV, R2, and edge configuration."
canonical: https://unlocksaas.com/mcp-tools/cloudflare
updated: 2026-05-22
publisher: "Unlock SaaS"
author: "Maryan"
license: All rights reserved. Quotation with attribution permitted.
---

# Cloudflare MCP server

> Cloudflare's official MCP server that gives an agent scoped access to your zones, Workers, KV, R2, and edge configuration.

- Vendor: Cloudflare
- Vendor URL: https://developers.cloudflare.com/agents/
- Category: Indie SaaS infrastructure
- Distribution: Remote (hosted URL)
- Install handle: https://mcp.cloudflare.com
- Official: yes
- Access: Authenticated via Cloudflare account scopes.

## TL;DR

Cloudflare's official MCP server lets an agent inspect zones, Workers, and the broader edge surface attached to your Cloudflare account. The right server when your indie SaaS sits behind Cloudflare for DNS, caching, or Workers and you want the assistant to read your real configuration when answering an ops question.

## Why an indie SaaS founder cares

If you are using Cloudflare for DNS, caching, or as your edge compute layer, this server lets Claude reason about your actual setup. Ask about cache rules, recently deployed Worker versions, or why a request hit origin – and get an answer grounded in your account, not in generic Cloudflare docs.

## What an agent can do with it

- **Inspect zones and DNS** – Read zones, DNS records, and routing rules.
- **Read Worker deployments** – List Workers, recent versions, and bindings.
- **Inspect KV and R2 metadata** – Browse KV namespaces, R2 bucket metadata, and object listings.

## Install in Claude Desktop

```json
{
  "mcpServers": {
    "cloudflare": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.cloudflare.com"]
    }
  }
}
```

## Install in Cursor

```json
{
  "mcpServers": {
    "cloudflare": {
      "url": "https://mcp.cloudflare.com"
    }
  }
}
```

## FAQ

**Does this expose Worker source code?**

Only to the extent your account permissions allow. Treat it like a teammate with your read scope.

Last verified: 2026-05-22.

---

Canonical URL: https://unlocksaas.com/mcp-tools/cloudflare
Publisher: Unlock SaaS (https://unlocksaas.com)
Contact: maryan@unlocksaas.com