mcp-server-cloudflare

cloudflare/mcp-server-cloudflare
★ 3,527 stars TypeScript AI/LLM Updated 3mo ago
An MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-cloudflar": {
      "command": "npx",
      "args": [
        "-y",
        "cloudflare/mcp-server-cloudflare"
      ]
    }
  }
}

README Excerpt

Model Context Protocol (MCP) is a [new, standardized protocol](https://modelcontextprotocol.io/introduction) 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.