Cloudflare

1 views
cloudflareworkerscloudremoteofficial

Summary

Cloudflare's official remote MCP servers — query analytics, manage Workers and bindings, read docs, and debug from your agent.

Features

  • Search Cloudflare documentation
  • Inspect Workers and bindings
  • Query analytics and logs
  • Multiple specialized servers
  • OAuth authentication

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it.
  3. Restart the agent — the "Cloudflare" tools will be available.
{
  "mcpServers": {
    "cloudflare": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://docs.mcp.cloudflare.com/sse"
      ]
    }
  }
}

Description

Cloudflare's official suite of remote MCP servers. They let an agent search Cloudflare's documentation, inspect and manage Workers and their bindings (D1, KV, R2), query analytics and logs, and debug applications — each server addressed by its own URL and authenticated over OAuth. Connect via the mcp-remote bridge.

Related MCP Servers

Browse all MCP servers →