Skip to content
Cline

cloudflare for Cline

io.github.ofershap/cloudflare

MCP server to manage Cloudflare Workers, KV, R2, Pages, DNS, and cache from your IDE

client:Cline transport:stdio runtime:npm

Install cloudflare in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

cloudflare in other clients