Back to directory
mcp-server-cloudflare

mcp-server-cloudflare

@cloudflare3617

Model Context Protocol (MCP) is a new, standardized protocol for managing context between large language models (LLMs) and external systems. In this repository, you can find several MCP servers allowing you to connect to Cloudflare's service from an MCP client (e.g. Cursor, Claude) and use natural language to accomplish tasks through your Cloudflare account.

cloudflarecloud-servicesseobservabilityworkersradardns-analyticscloud

Installation & Configuration

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

Information

Transport
sse
Language
TypeScript
Created
2024/11/27
Updated
2026/6/7