Back to MCP Integrations

Cloudflare MCP

Featured

Deploy, configure, and manage Cloudflare resources including Workers, KV, R2, D1, and more.

0 installsAuthor: Cloudflare

Installation

curl -fsSL https://claudekit.xyz/i/cloudflare | bash

Description

The Cloudflare MCP server enables interaction with Cloudflare's developer platform, allowing you to deploy, configure, and manage resources across Workers, KV, R2, D1, and other Cloudflare services.

Available Servers

Cloudflare provides multiple specialized MCP servers:

ServerDescriptionURL
DocumentationGet up-to-date Cloudflare reference informationhttps://docs.mcp.cloudflare.com/mcp
Workers BindingsBuild Workers with storage, AI, and computehttps://bindings.mcp.cloudflare.com/mcp
Workers BuildsManage Cloudflare Workers Buildshttps://builds.mcp.cloudflare.com/mcp
ObservabilityDebug and analyze logs and analyticshttps://observability.mcp.cloudflare.com/mcp
RadarGlobal Internet traffic insights and URL scanshttps://radar.mcp.cloudflare.com/mcp
ContainerSpin up sandbox development environmentshttps://containers.mcp.cloudflare.com/mcp
Browser RenderingFetch web pages and take screenshotshttps://browser.mcp.cloudflare.com/mcp
AI GatewaySearch logs, inspect prompts and responseshttps://ai-gateway.mcp.cloudflare.com/mcp

Configuration

Since these are remote MCP servers, use mcp-remote:

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

Features

  • Deploy and manage Workers
  • Interact with KV namespaces
  • Manage R2 object storage
  • Query D1 databases
  • View logs and analytics
  • Access Cloudflare Radar data
  • Browser automation and screenshots

Authentication

Authentication is handled through Cloudflare OAuth when connecting to the remote servers. You'll be prompted to authorize access to your Cloudflare account.

Usage Example

Claude, deploy a new Worker to handle API requests,
create a KV namespace for caching, and bind them together.

Supported Transports

  • streamable-http via /mcp endpoint
  • sse (deprecated) via /sse endpoint

Note

Some features may require a paid Cloudflare Workers plan. Ensure your account has the necessary subscription for the features you intend to use.