Skip to content
Cloudflare

Cloudflare

3 views

Summary

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

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

New

Weaviate's MCP server, built into the database itself — hybrid search, schema inspection, tenant listing and batch upserts at /v1/mcp, scoped by RBAC.

Databases & Data

MCP: Zapier MCP

by Zapier

New

Zapier's official hosted MCP server, exposing actions across 8,000+ connected apps as agent tools — with you choosing exactly which actions each server may perform.

Productivity
New

Microsoft's official MCP server for Azure DevOps - work items, repos, pipelines, wikis, test plans and iterations, reachable from any MCP client in plain language.

Developer Tools

MCP: Serena

by Oraios AI

New

Semantic code toolkit for coding agents — symbol-level search, editing and refactoring backed by language servers or the JetBrains platform.

Developer Tools
Browse all MCP servers →